ANGanley MCSD


Sorry being a little vague but if you can point me in the right direction.

I have just created a new VB ¨C Windows Mobile 5.0 pocket PC ¨C Device Application. (which will be connected to a PDA)

Do i have to use System.Data.SqlServerCe or System.Data.SqlClient to connect to my db.





Re: System.Data.SqlServerCe

Jens K. Suessmeyer


That depends if you want to connect to a SQL Server mobile / Compact Database (then you will need the SQLServerCe namespace) or to a *big* SQL Server (then you will need the SqlClient namespace)

Jens K. Suessmeyer

---
http://www.sqlserver2005.de
---