I have a large SQL Server database, and I have a VWD 2008 Express project that can connect to it okay. However, in VB 2008 Express it doesn't seem to know about SQL Server 2000. In particular, under the Data menu, Add New Data Source, Database, New Connection, the Data Source only has three choices: Microsoft Access Database File, Microsoft SQL Server Compact 3.5, and Microsoft SQL Server Database File. Note that this last option is referring to a database file, not the database server.
In contrast, VWD 2008 Express has additional data sources, including Microsoft SQL Server. Its Data Provider is also ".NET Framework Data Provider for SQL Server", which recognizes SQL 2000 just fine.
So, how do I configure VB 2008 Express to recognize SQL Server 2000?
Start Free Trial