OLEDB
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-17 01:39 PM
What is OLEDB, which scenarios we can use mainly, can anyone elobarate it??
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-17 01:54 PM
It's a mechanism for reading from data sources such as a DB or a file. It's MS technology not BP, and there is a ton of information online.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-11-17 11:45 PM
We use it to query an oracle database to speed up processes which are running in a citrix env. instead of using surface automation.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-12-17 01:51 PM
OLEDB is very powerful if you know how to write queries. This works for Databases and excel, csv etc etc files. Its faster. In my project, we are mainly using it for data extraction from MS Access DB and Excel sheets. Also few operations like Pivot, Sum, Filter, VLookup etc. on excel sheet. This is faster than doing from Manually sending keyboard shortcuts or Code stages.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-12-17 06:03 PM
hi, can we update the data with OLEDB VBO, If yes - can you please let me know how can we use that
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-02-18 12:26 PM
Hi Jivankedar,
Can we insert records into MS Access DB using OLEDB Object?
