So you need a DSN-Less connection but your not quite sure what to do.
Well we can do this for you. A quick and easy way to make a connection
without a DSN. Connect to Access or SQL Server.
Connection String
Learn to connect to your Access or SQL Server database using a
dsnless connection string.
MS ACCESS CONNECTION
There are only a couple of things you need to do and this little code
generator will write out your connection for you. All you need to know is the
name of the database. Put that in the form below and submit it and your code
will be presented to you ready to copy and paste.
SQL SERVER CONNECTION
So you are not using Access but SQL Server instead?
This is what you need to connect to your SQL Server:
Be SURE you replace "TheServer" with the name of the server,
"TheUser" with your user name, "ThePassword" with the
database password, and TheDatabase with the name of the database.
Help us to help others. If this code
generator was of benefit to you please vote for it. This will improve our
ranking thus making it easier for someone else to find it.