In VS Express editions, you cannot use the tools inside the IDE to connect to an SQL 2000 server, as it supports only Sql Express and Access/Jet databases. However, as Jaime suggested above, you can use the SqlConnection class, with an appropriate connection string to connect programmatically.`
Main Topics
Browse All Topics





by: jaime_olivaresPosted on 2007-12-20 at 19:06:17ID: 20511470
I haven't tried this with express Edition but I had connected to SQL Server 2000 using the System.Data.SqlClient.SqlC onnection class.