| Thread | Last Post | Replies |
|
| Numeric(15,0) problem? | 07 Feb 2005 10:32 GMT | 5 |
I have problems with a query containing a numeric(15,0) field "bestellingnr": "Select max(bestellingnr) from bestelling". The SqlCeCommand reader returns a null value while bestellingnr 's are available...
|
| Pull Error | 04 Feb 2005 20:59 GMT | 2 |
I can not understand this result. -- SubmitSql have no problem. rda.SubmitSql("exec myProce1", rdaOleDbConnectString);
|
| Error while create new database (Failed to initialize the provider ...) | 04 Feb 2005 06:28 GMT | 1 |
My device : TOSHIBA Pocket PC e740 Device Operating System : Windows Mobile 2003 Device processor : Intel (R) PXA250 I selected processor Type "arm" (from the list arm, armv4, mips, sh3,
|
| Replication file sharing violation | 04 Feb 2005 05:03 GMT | 4 |
I have a pocket pc which is updating itself from an SQL Server. I have had it working flawlessly up until now. For some reason it is giving me an error that it couldn't open the database file because there may be a sharing violation. Here is what I've found out by trying to ...
|
| Guid corruption in SQL Server CE database | 03 Feb 2005 16:58 GMT | 1 |
Sometimes the Guid column in my main table becomes corrupted after making changes to my database. I cannot consistently recreate this problem. Does any have any ideas as to the cause of this problem. I have written a PPC C# .NET database application for hp 4700 running
|
| Guid is getting corrupted in my database | 03 Feb 2005 16:55 GMT | 2 |
Sometimes the Guid column in my main table becomes corrupted after making changes to my database. I cannot consistently recreate this problem. Does any have any ideas as to the cause of this problem. I have written a PPC C# .NET database application for hp 4700 running
|
| CE OLE-DB updating with SetData doesn't work | 03 Feb 2005 11:22 GMT | 6 |
In my C++ OLE-DB application most database functionality works fine besides one point: SetData() does not work. On the other side InsertRow() does it's job very well and I use the same binding and other stuff as for InsertRow. The positioning via Seek() before SetData() was also ...
|
| Repair and compact... | 03 Feb 2005 00:06 GMT | 3 |
Doesn't there exist a "repair and compact"-alike tool for SQL Ce databases? We do have a few damaged databases at the moment. We can't access one table any more. This is really an annoying problem for the customer...
|
| Problems with syncing - RSCB | 02 Feb 2005 19:11 GMT | 2 |
I am having problems pushing data from a PocketPC device to a SQL Server 2000 database via a Verizon Wireless card. I have no problems when I am connected to the SQL Server db via a dialup modem, or a DSL connection.
|
| How do I export a database to PPC? | 02 Feb 2005 09:41 GMT | 3 |
I am new in vb.net applications for PPC. I need to import a database to device. Mi PPC works with sqlserver ce. Which is the way?
|
| Installing IIS on XP machine | 01 Feb 2005 16:19 GMT | 3 |
I am trying to get IIS installed properly on a machine running the XP Home Edition OS so I can use RDA to wirelessly connect to SQL Server (residing on the XP box) from my PocketPC. I had this working fine on my Win2K Server machine which already had IIS up
|
| How to test for Null | 01 Feb 2005 13:06 GMT | 2 |
I'm getting a cast exception when I do this on a field in a DataRow that has a null value, trying to load up my class data members: myClass.myIntField = (int) datarow["intField"]; I find I have to do this ugly thing to not crash:
|
| Getting around lack of SET IDENTITY_INSERT | 01 Feb 2005 00:00 GMT | 4 |
I saw some unhelpful old posts on the fact that SqlCE doesn't support "set identity_insert <tbl> ON". Is there some recommended workaround for those of use having to do our own replication? I need to insert main and related records and preserve the SQL keys so I can update ...
|