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