|
-
Dec 1st, 1999, 12:52 PM
#1
Thread Starter
New Member
Anyone have an example of a connection string which connects a VB app to a internet database?
Thanks in advance.
-
Dec 1st, 1999, 08:34 PM
#2
Addicted Member
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!"
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
|