Microsoft SQL Server Compact is a free SQL Server embedded database ideal for building standalone and occasionally connected applications for mobile devices, desktops, and Web clients.
I have an SDF file and I would like to retrieve its schema and query it with some UI. How …
sql-server sql-server-ceI want to connect from home using SQL Server 2005 to another PC. I had a look on the msd...but …
sql sql-server-2005 sql-server-2008 sql-server-ceI am creating one stored procedure where only value has to pass and I have to retrieve multiple values from …
sql-server sql-server-ceI load data from sdf database in winforms App. I use full path to the database file . Example : conn = new …
c# string connection sql-server-ceVisual Studio 2005 doesn't provide an interface for creating relationships between tables in a SQL Server CE database (I'm using version 3.0) …
database visual-studio sql-server-ce visual-studio-2005I used to open sdf (sqlCE) files with visual-studio? or sql-server? I really don't remember. Now I can't open this …
c# visual-studio-2008 sql-server-ceI have created a database and table using Visual Studio's SQL Server Compact 3.5 with a dataset as my datasource. On …
c# sql-server winforms sql-server-ce compact-databaseI seldomly use SQL and I cannot find anything similar in my archive so I'm asking this simple query question: …
sql sql-server-ce sql-server-ce-4I have two tables. indRailType contains a list of the names paired with an ID value that I use in …
sql-server join sql-server-cei have a table which has two columns i'd fill one of the columns by selecting other table column data …
sql sql-server-ce