ADODB connection to local
Posted by: Brian Walker
Date: February 07, 2019 11:49AM

I currently have my vba code connecting to the "overview" DB on the network. However, I have a copy of it on my local drive and I want to connect to it instead. What do I need to change in the below code to do that?

objConnection.Open "overview"
objRecordSet.Open stStoreMaxHoursQuery, objConnection

Options: ReplyQuote


Subject
Written By
Posted
ADODB connection to local
February 07, 2019 11:49AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.