J
Jon
Hi,
I'm trying to design a mobile application that accesses a
SQL database remotely. I'm using VS.NET to create a
C# "smart device application."
According to all documentation I've seen, the namespace
System.Data.SqlClient is supported by the compact
framework. However, when I cannot BUILD any application
in VS.NET that has any reference to this namespace. The
error asks if I'm missing an assembly reference.
I've read other reports that claim you cannot access a
remote sql database. However, since it is possible to
have a local server with which an sql client can interact,
I do not understand why my app will not even build.
What can I do to include the proper assembly reference and
get the application to build? And if I can do this, is it
possible to access a remote SQL database?
Thanks,
Jon
I'm trying to design a mobile application that accesses a
SQL database remotely. I'm using VS.NET to create a
C# "smart device application."
According to all documentation I've seen, the namespace
System.Data.SqlClient is supported by the compact
framework. However, when I cannot BUILD any application
in VS.NET that has any reference to this namespace. The
error asks if I'm missing an assembly reference.
I've read other reports that claim you cannot access a
remote sql database. However, since it is possible to
have a local server with which an sql client can interact,
I do not understand why my app will not even build.
What can I do to include the proper assembly reference and
get the application to build? And if I can do this, is it
possible to access a remote SQL database?
Thanks,
Jon