sriky
January 13th, 2000, 02:49 PM
I am using ADO's to connect to Access database. I assume in that case, it runs without DSN at the client site.
Thanks
Thanks
|
Click to See Complete Forum and Search --> : How can I get DSN less connections? sriky January 13th, 2000, 02:49 PM I am using ADO's to connect to Access database. I assume in that case, it runs without DSN at the client site. Thanks Lothar Haensler January 14th, 2000, 01:35 AM to use a dsnless connection to SQLserver use code like this: conn.Open "Driver={SQL Server};Server=yourservernamegoeshere;UID=...;pwd=...;database=yourdatabase" codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |