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;")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top