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
 

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