| Thread | Last Post | Replies |
|
| Simple sample? | 18 May 2005 09:03 GMT | 2 |
Has anyone got a VERY simple example of eVC and SQL CE using MFC that they could send to me? I have been looking for a while and am stupped as to where to start! The Microsoft examples don't seem to work and I really don't know where to
|
| SQL Server connection string | 18 May 2005 06:08 GMT | 1 |
I'm using RDA. The SQL Server or MSDE will be on the machine th PocketPC Synchs up with. Is there a way I can generically refer t that machine in the connection string? I currently use the machin name as the Data Source
|
| 25020 - Failed to obtain a lock for a commit | 17 May 2005 19:37 GMT | 6 |
I have built a SQL CE application that communicates with my SQL Server 2000 using RDA. Both the Pocket PC and the Server can communicate and I am able to get to my sscesa20.dll and view it properly from my Pocket PC. All of the Pocket PC's are Ipaq 1940 and already have the ...
|
| RDA + MSDE | 17 May 2005 15:36 GMT | 3 |
Hi; May i use RDA + [MSDE instead SQL server 2000] ? SQL CE is installed with VS.NET 2003, but the files [sqlce20sql2ksp1.exe] and [sqlce20sql2ksp1.exe] cannot be executed because it asks for SQL server
|
| sql server IIS agent | 17 May 2005 15:13 GMT | 1 |
Is it possible to have more than one IIS Sql Server Agent on one server? If so would this lighten the load at all?
|
| Using RDA over a wireless LAN and getting an "internal error" | 16 May 2005 16:04 GMT | 1 |
Hello everyone. I'm currently making a program that simply synchronizes (ie. "pull") a table from a database in a desktop to a database in the pocket pc. The pocket pc I use is a Casio Casiopeia with wireless connection capability, while the desktop is on a network with a VPN.
|
| Using a specific user as PublisherLogin | 15 May 2005 21:46 GMT | 1 |
This is a question in relation to the configuration of a replication. I specify a regular SQL server user in the PublisherLogin property. What permisstions should this user have to be able to do 'Synchronize'? Should it be a dbo?
|
| Totally befuddled by "NOT FOR REPLICATION" warning | 15 May 2005 09:49 GMT | 1 |
Geeeeeeeeeez ... Trying to resolve this goofy foreign key error on a merge replicated database in SQLCE. So I ripped out the database on SQL2k and started over. Dropped replication
|
| Local Identifier | 14 May 2005 01:13 GMT | 1 |
I create a new database when I create a subscription to publication All work good until I use a Local Identifir in connection string string conn = String.Format(@"Dat Source=\sscecyr.sdf; Locale Identifier=0x00000409")
|
| When I use indexed on db1.create index resets | 14 May 2005 01:06 GMT | 1 |
My Problem is that I first have the ap that I wrote create a DB and sync it with the sq server. That is all fine and dandy. I can add things all that I wan and sync and all works good. The problems come when I delete th
|
| Update query error using VB.NET | 13 May 2005 16:22 GMT | 1 |
I use VB.NET programming SQL CE and have the following error message The ntext and image data types cannot be used in WHERE, HAVING, GROU BY clauses, except when these data types are used with the LIKE or I NULL predicates
|
| Knowing the name and the type for each column in a table | 13 May 2005 16:18 GMT | 1 |
I'm looking for a sample in C# where I can check the name and the typ for each column in a table I want to develop a function which can add or modify the fields in table for checking if a table is ok or not
|
| Sql Query 10 times quicker in emulator than X30 ?!! | 13 May 2005 15:37 GMT | 1 |
I've been writing an application with VS.Net 2003 It uses an Sql Ce 2.0 DataBase Up to now i have tested the prog only on the Pocket PC 2003 emulator where the "worst" query takes 5s..
|
| Cannot insert a foreign key | 13 May 2005 14:32 GMT | 2 |
SQLCE database being replicated. I have 3 tables where I'm getting an exception on Inserts and I've isolated the issue to the foreign key (I can do an Insert on those tables if I leave the FK null). I have no constraints on any of these tables (except the PK), and I've
|
| Annoying sql connection error on 3% of the Pocket PCs | 13 May 2005 10:07 GMT | 11 |
My company has an app that runs fine on nearly all Pocket PCs (different makes and models) but there are half a dozen devices that get a "Execute Non Query:connection property has not been initialized error."
|