SQL Server 2000 Connection

  • Thread starter Thread starter Mehmet Dagli
  • Start date Start date
M

Mehmet Dagli

I couldn't manage to connect to Sql Server 2000 within a compact framework
application. i want directly connect to server, not using Sql Server CE. Do
you have such sample code?

Thanks
 
Make sure you reference the SqlClient dll and then just use the
using/imports statement and create a connection string just like you
normally would to Sql Server
 
Back
Top