PDA

Click to See Complete Forum and Search --> : Connection String


Samac
Dec 1st, 1999, 11:52 AM
Anyone have an example of a connection string which connects a VB app to a internet database?

Thanks in advance.

vbsquare
Dec 1st, 1999, 07:34 PM
To open a database you must have the correct permissions to do so. If you don't, download the database using the Inet control (http://www.vbsquare.com/internet/) and then use the following connect string to open the database:

ConnectString = "Provider=Microsoft.JET.OLEDB.3.51;Data Source=c:\temp\mydb.mdb"

------------------
"To the glory of God!"