| Thread | Last Post | Replies |
|
| SQLCE work with other databases? | 29 Feb 2008 13:05 GMT | 8 |
I'm working on a project at work for a Logistics company. I am in the process of developing a manifest application for a mobile scanner (Symbol MC3000) that runs Windows CE. I have a sample application thats using the "SqlCeRemoteDataAccess" object. and the app connects
|
| INFORMATION_SCHEMA Views in SQLServer CE | 28 Feb 2008 21:16 GMT | 5 |
Do the INFORMATION_SCHEMA Views in SQL Server CE have the same layout (columns returned and their datatypes) as they are in SQL2000? I am writing a C#.NET app that extracts data from a SDF file and I used the Tables and Columns views to see what was in it, but the
|
| Data access: SqlCeResultSet or DataSet ? | 27 Feb 2008 02:23 GMT | 2 |
Env.: WM6, SqlCE 3.5 Hi All, I'm a newbie both for mobile apps and SqlCE wondering which technology to use for access to a SqlCE db.
|
| SqlCeUpdatableRecord and SqlCeResultSet | 26 Feb 2008 16:36 GMT | 2 |
Is it possible to access an existing data from SqlCeResultSet as SqlCeUpdatableRecord object? I understand that SqlCeUpdatableRecord is used when Inserting a record to SqlCeResultSet, but it would be nice to retrieve an existing record
|
| ?? Compact Ed. Client-Side Logging ?? | 26 Feb 2008 11:02 GMT | 1 |
We're using SQL Server Compact 3.5 with Merge Replication. I realize it's possible to turn on SQL Server Compact *Server Agent* logging but I was hoping there was a way to turn on *Client Agent* logging as well. In a Microsoft webcast it indicates Client Agent logging can be turned ...
|
| is there a way to tell if the created sqlce is encrypted? | 25 Feb 2008 21:49 GMT | 2 |
I created a sample app, and wanted to encrypt the database. However, I do not remember if I did it. I know that I included a password. Is there any way to find out if the database is encrypted or not?. To test, I figured that if after openning it with an editor such as
|
| Migrate from Access | 25 Feb 2008 17:46 GMT | 3 |
Is tehere any tool for migrating from Access to SQLCe? Best Regards; Meelis
|
| SQLce 3.5 databound to C# 2008 control | 21 Feb 2008 18:01 GMT | 3 |
Hi, I created a ce database and upgraded it using VS2008. I added a datasource to a C# windows application and created all of the default DataSets and TableAdapters. I've populated some of the tables and I'm trying
|
| Managing SSCE v3.5 thru VS2008 and/or SSMS | 21 Feb 2008 13:51 GMT | 2 |
I just found out that if I want to edit the schema for a table within VS 2008 I can't. (for instance change the 'Allow Nulls' property in a field from 'No' to 'Yes'). I tried it using SSME but the tool apparently does choke when it finds
|
| Upgrade tool | 19 Feb 2008 15:31 GMT | 1 |
Is it possible to upgrade an old database (version 2.0) with a function/API (in C langage for example) or the command-line tool "upgrade.exe" is the only way to do this ? It seems Compact/Repair function can upgrade from 3.0 version, but not 2.0 ...
|
| Sql ce server process | 18 Feb 2008 22:47 GMT | 7 |
I posted this on the compact framework board, as the reasoning behind the direction described here is compact framework - related, but I though there might be an expert over here on this board that might be more familiar with possible past attempts in this direction....
|
| Sql CE 3.0 Mobile Edition and PPC2003SE | 08 Feb 2008 22:31 GMT | 9 |
I have a serious problem while developing CF2.0 .NET application on PPC2003SE. I installed all 3 SQLCE cabs but cannot perform compact database operation - it throws me away from application. Is it possible to use compacting on PPC2003SE (mine is hx4700) - I tested on WM5 and WM6 ...
|
| how to read and write a xml file into a PDA phone thru desktop vb.net application | 05 Feb 2008 01:34 GMT | 1 |
First thing is that , when a PDA is plugged in it shouuld detect the connection and the desktop appln should start sync.. with the PDA to get the config file. based on config file the xml file should be copied to or read from
|
| How do I change sort order when all numeric values are in a text field? | 04 Feb 2008 17:48 GMT | 2 |
I have this SQL: Select ta_point from tblTally Group By ta_point which gives: 1
|
| Consequences and Repercussions....Multiple connections question | 03 Feb 2008 18:23 GMT | 1 |
Hi - Using VS Studio 2005 - VB.Net and MS SQL Server 2005 Compact on the desktop I am in the process of writing some code that follows this pattern: 1) Cycle through all database files in all project directories - could
|