Connecting to MSDE using VB.NET

  • Thread starter Thread starter Bobby
  • Start date Start date
B

Bobby

Hello

What is the best way(Connection String) to connect to MSDE
using VB.NET ?

Any help appreciated ...
Thanks

Bobby
 
Dim cnx As New SqlConnectionString("Data Source=mydatabase;
Server=localhost; uid=sa; pwd=mypass;")
 
Back
Top