Hi,
I was wondering how to add a username and password to this connection string
ThanksCode:cmd.Properties _
("Jet OLEDB:Pass Through Query Connect String") = _
"ODBC;DSN=Asset;UID=mengj;DATABASE=Asset;Trusted_Connection=Yes;"
C19
Printable View
Hi,
I was wondering how to add a username and password to this connection string
ThanksCode:cmd.Properties _
("Jet OLEDB:Pass Through Query Connect String") = _
"ODBC;DSN=Asset;UID=mengj;DATABASE=Asset;Trusted_Connection=Yes;"
C19
Welcome to the Forums.
Check http://www.connectionstrings.com for all your connection needs.:)
Hi,
Thanks for that.
C19