Results 1 to 2 of 2

Thread: Connection String

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 1999
    Location
    Germantown,Maryland; USA
    Posts
    6

    Post

    Anyone have an example of a connection string which connects a VB app to a internet database?

    Thanks in advance.

  2. #2
    Addicted Member
    Join Date
    Jan 1999
    Posts
    173

    Post

    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
  •  



Click Here to Expand Forum to Full Width