Viewing post 1 (of 1 total)
Yes, you need to use ADO. If I were you, I'd create the connection and command object. Something like this:
Dim cnn As ADODB.Connection
...
October 16, 2008 at 8:08 am
#885853