| Thread | Last Post | Replies |
|
| Question about SQL Update | 25 Aug 2005 15:19 GMT | 2 |
Now I have a problem.The error code is like this: string strText = "I'll thank you"; cmd.CommandText = "Update Mail set MailBody = '"+strText+"' where MailID=1"; cmd.ExecuteNonquery();
|
| RDA or Replication | 25 Aug 2005 04:36 GMT | 2 |
I am developing my first pocket app. i read about RDa and also replication on books online. and then i though RDa is the best suitability for my application. then i read one of the entreies in this news group. which confused me.
|
| Problem Insert | 25 Aug 2005 04:32 GMT | 1 |
Hi, i developed an application that syncronize RDP with server with MSDE I use SQL Ce 2.0 on Pocket PC 2003 SE I change primary key from Integer to uniqueidentifier but have a problem
|
| my first RDA | 24 Aug 2005 23:14 GMT | 4 |
HI I am trying to use RDA pull. but my code below gives an error. and the error message reads "sql server encountered problems in opening the sql server ce database"
|
| SQL CE set up for sync | 24 Aug 2005 21:23 GMT | 1 |
I am trying to implement RDA. but having lot of problems. I cannot hone in on where the problem is. I have installed all relavent software. how do i check that my installtion is good. I browsed the vertual directory and i do see this message. does it
|
| connect from desktop to sqlserverce | 24 Aug 2005 13:22 GMT | 4 |
how can i do connect from desktop application to sqlserver ce throught tcp/ip similar like my application connect to a sqlserver in windows box. thanks _______________________________ * Alberto García Sánchez
|
| Replication sscesa20.dll NETCF NT Auth | 24 Aug 2005 10:18 GMT | 2 |
Does anyone know of an article or such about how to set this up for? I am having problems getting the device to authenticate via NT authentication. I can see the properties on the replication object...
|
| subquery in sqlce | 22 Aug 2005 14:53 GMT | 3 |
I ask the question again (i've seen a message concerning this pb with no response) : do the subqueries work in sqlce ? If not, is there a patch, or is it like that... ?
|
| SQL / SQLCE Synchronisation Issue??Help Needed Please!!! | 21 Aug 2005 16:15 GMT | 4 |
I have a problemo - basically i have one large SQL2000 DB. This is edited / updated etc by users of the website i am developing. However i also wasnt a SQLCE component as i want certain users to recieve user-specific information from the database to their PPC's (I don't
|
| Question about SqlCeCommand.Parameters! | 21 Aug 2005 03:02 GMT | 3 |
Hi All£¡Any Idea? £££££££££££££££££££££ cmd.CommandText = "Insert into Mail("+ "intID,"+
|
| replication with NT authentication | 20 Aug 2005 17:38 GMT | 2 |
I am struggeling to get NT authentication working for the replication object. Is this possible?
|
| Connecting from PC to PDA database with framework2.0 | 20 Aug 2005 12:40 GMT | 5 |
with the framework 2.0 (and vs2005), is there now a possibility to connect a client application (on desktop computer) to a database stored an a pda? if yes, using what?
|
| XML file to SQL CE Table | 19 Aug 2005 16:05 GMT | 2 |
Hi; How can i pass data or convert a XML file to a SQL CE table...? Thanks on advance... David Fúnez
|
| Embarrassingly slow realization | 19 Aug 2005 15:50 GMT | 1 |
I have a nice merge replication scenario setup. Works great. Lots of study and lots of advice from Hilary, Darren and others and I feel pretty confident with most issues. Pride goeth before the fall ... As I was working tonight, the realization came to me that each PocketPC MUST
|
| import csv to sdf | 19 Aug 2005 15:39 GMT | 3 |
Hi my friends.... Anyone can help me to import data contents on file cvs to DataBase SQL SERVER CE (sdf) on WinCE. or how to import data content on Datagrid to DataBase (sdf).
|