|
|
-
|
|
This is the third part of a 3 part series with some examples of sqlcecmd usage. The first part is here and the second here. This third part deals with querying database objects and formatting query output. (In other words, running SELECT statements) To query a table <img style="border-right-wid......
|
|
-
|
|
This is the second part of a 3 part series with some examples of sqlcecmd usage. The first part is here. This second part deals with creation of database objects and adding data. To create a table sqlcecmd -d "Data Source=C:\test2.sdf" -q "CREATE TABLE NewTable (Id int NOT NULL, ......
|
|
-
|
|
This tutorial will show various samples of using SqlCeCmd, which is available at http://sqlcecmd.codeplex.com – sqlcecmd is the “equivalent” of sqlcmd for the full SQL Server product. The series will be in three parts, the first one demonstrates how to manage entire database files, the second how t......
|
|
-
|
|
The code below demonstrates several features of working with System.Drawing.Image object together with LINQ to SQL, which maps a byte[] to the System.Data.Linq.Binary type. In addition, the code also demonstrates how to convert between byte[] and System.Drawing.Image. Hope you find it useful. -- S......
|
|
-
|
|
Release 2.5 of the SQL Compact schema and data script utility Codeplex project contains a new command line utility, named Export2SqlCe, that allows you to export schema and data from a SQL Server 2005/2008 database in a SQL Compact compatible SQL format. The Export2SqlCe tool does not create a SQL ......
|
|
-
|
|
Thanks to the new COM support in Silverlight 4, it is now possible for an elevated OOB application to access a local SQL Compact database. Keep in mind that COM suppport only is available on the Windows platform, not on Mac. And thanks to the excellent SilverlightCOM Toolkit on Codeplex, it is very......
|
|