Results 1 to 6 of 6

Thread: sql connectionstring for mdb database ?[Resolved]

Threaded View

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    sql connectionstring for mdb database ?[Resolved]

    Can I use this to connect to mdb database ?? if yes , how ?

    Code:
    myConnection.ConnectionString = "Persist Security Info=False;Integrated  
    Security=SSPI;database=northwind;server=mySQLServer;Connect Timeout=30";
    edit : I mean where do I have to put the path and password if it's protected ?

    Thanks
    Last edited by Pirate; Jun 27th, 2003 at 02:38 PM.

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