|
-
January 13th, 2000, 03:49 PM
#1
How can I get DSN less connections?
I am using ADO's to connect to Access database. I assume in that case, it runs without DSN at the client site.
Thanks
-
January 14th, 2000, 02:35 AM
#2
Re: How can I get DSN less connections?
to use a dsnless connection to SQLserver use code like this:
conn.Open "Driver={SQL Server};Server=yourservernamegoeshere;UID=...;pwd=...;database=yourdatabase"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|