connecting to remote sql database

R

Russ Green

i'm trying to build an app to connect to a remote sql database from my
windows mobile device and VB.NET (CF3.5) in VS2008 Pro. Trouble is I can't
import System.Data.Sql or System.Data.SqlClient. Am I supposed to be able
to?

Russ
 
R

Russ Green

hmm..my app is referencing CF3.5 system.data but I cannot import
system.data.sqlclient or syste.data.sql.....any ideas how I can fix this?
I've tried repairing the .NET CF installation.
 
R

Russ Green

Yeah. I have my DAL for my main desktop app as a DLL, in my desktop DAL my
project references System.Data and I can import System.Data.SQLClient and
System.Data.SQL......trying exactly the same on my mobile app.....referenced
the CF3.5 version of System.Data but can only import System.Data.

I've noticed there is a system.data,sqlclient.dll installed with MS SQL
Server Compact Edition. I'm going to try that but it's not what I was
expecting.
 

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

Top