SQL Server and ADO DSN Connect String?

P

Pete

I have a MS Access database that has several linked SQL
tables. I need to know how to write the connect string
in ADO to create either a DSN less connection or allow me
to pass the user name and password to the existing DSN
connection on the PC. I do not want to prompt the user
for this information.
 
Top