I am trying to connect excel as database so that in case of bulk volume, it does not take much time. I have ODBC driver installed in my machine. Can you please help me which VBO should I use along with connection string and provider details.
The vbo that Denis has provided the link to would do what you need it to but if you still need the connection string details I've got them below, please note the File_Path is the input variable for the action.
I don't recommend using Excel as a DB, but if you don't have a choice, I believe that Michael's solution will work well, I already needed to use it and this works for me
------------------------------ Emerson Ferreira Sr Business Analyst Avanade Brasil Recife +5581988869544 If my answer helped you? Mark as useful! ------------------------------
Are you just storing the info in excel for later use or are you wanting to increment the data and add to it? if you are using large data sets but you are only inputting the info to excel then saving the file for use by someone, a team or reporting purposes then no issues with using oledb as its fast to insert data to an excel. If you want to create a single file and continually add data to this then you might have issues as excel with be limited in how much can be inserted i.e. row limits. It would be better to use a large scale database such as oracle or azure but microsoft access might be suitable for your needs.
If you dont have access to any databases at all and need to use excel you might want to consider what to do once you reach excels row limit e.g. archive the current file and create a new to add new data to. Or create a new file for each new week or month.
------------------------------ Michael ONeil Technical Lead developer Everis Consultancy Europe/London ------------------------------