I have an SQL Serve CE 3.5 database. I need to store info like database version, serial number, etc.. Where can I store it? Do I create a single table for them? If so, what will be the table struct...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23575...
In MS Access, constantly closing and opening a new connection could corrupt the database when there are several users, which is why it is recommended to create a single connection through out the a...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23594482.html
How do I execute a query with parameters and loop through the results?
When do I use a SqlCeResultSet, SqlCeDataReader, and SqlCeDataAdapter?
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23594718.html
I have an application which creates an sql server ce database file. The database is password protected. To make the password different for every client, the password is derived from the registratio...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23728299.htm...
I am working on a proof of concept for a windows forms desktop application that I intend to use SQL Server CE (Compact Edition 3.5). I determined that I want to use CE because this application is ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23262253.html