Problem connecting visual basic 2005 express to sql server 2000
What is the best way to connect visual basic 2005 express to a database sql server 2000. I try to make a connection using ado.net that was explained on the book Mastering Visual Basic 2005, and it gives me the error in the connection wizard and don't make the connection. What could be rong.
Please help me.
Fernando Silva
The only database that you can directly connect to in VS Express is a local SQL Express database instance.
There is a workaround that I don't remember exactly becuase I don't use Express, but I believe it basically involves creating a SQL Express connection locally using the wizard, and then modifing the connection string the wizard generates to use the SQL provider and to point at the correct database.