VisualStudio.net and SQLServer

  • Thread starter Thread starter Zanna
  • Start date Start date
Z

Zanna

Hi all!

Someone can tell me if it is possible to connect to a SQLserver database
with a SmartDevice project?

When i try to type the System.Data.SqlClient namespace VS tell me that
it does not exists! :(

Why?
The sdk tell that it is supported by the compact framework.

Thanx
 
Did you add the correct Reference?
Under Project\References right-click and select: Add Reference.
And add: System.Data.SQLClient

Roberto
 
Back
Top