| Thread | Last Post | Replies |
|
| Error : 29004 | 30 Sep 2004 00:40 GMT | 3 |
I'm trying some code with RDA I've SQL Server 2000 with SP3 but I've next error: "29004 : The OLE DB provider for SQL Server CE cannot be initialized SSCE_M_CANTCOCREATEMSDAINITIALIZE"
|
| Replication Question | 30 Sep 2004 00:38 GMT | 1 |
I walke through this http://www.msdn.microsoft.com/SQL/SQLCE/default.aspx?pull=/msdnmag/issues/03/09/ datapoints/default.aspx example. I know that it does not work in this example because there are no functionality implemented for that but when for example i delete a line of a
|
| SmartPhone Support | 30 Sep 2004 00:02 GMT | 6 |
Does anybody know if or when SQLCE will be available for SmartPhones?
|
| How to create the database? | 29 Sep 2004 09:06 GMT | 2 |
I've been tinkering around with SQL script and I'm getting the impression that MS didn't intend for me to create a large SQL script to download and create the database on my handheld. So, I'm left to wonder, before I waste any more time, just how MS expects me to create
|
| Regenerating Merge System Tables | 29 Sep 2004 01:37 GMT | 1 |
Does anyone know of a way to regenerate the system tables that merge replication uses? A lot of my users are getting blank system tables which causes native exceptions when I go to sync or reinitialize. The number of rows that I would stand to lose if I couldn't regenerate ...
|
| How to execute a SP with RDA.Pull | 29 Sep 2004 01:36 GMT | 1 |
I have a SP in my SQL2K server which basically a SELECT statment return some rows from a table. I need that results in a table on my PocketPC SQL CE database. I tried following. But, it is no created any tables. Also no error
|
| RDA SubmitSQL | 29 Sep 2004 00:51 GMT | 2 |
I'm trying to use RDA to insert a row in the "Categories" table of the Northwind database. I do this by calling the SubmitSQL() method. However, i keep getting the following SqlCeException: “An internal error has occurred. [ID,,,,,]”. What might be causing this?
|
| sql ce | 29 Sep 2004 00:36 GMT | 1 |
There are any away to send a rda.pull but not insert data en database using this stream of data in memory. thaks
|
| Determine if RDA Pulled table has been modified ... | 29 Sep 2004 00:28 GMT | 1 |
Hi ... I apologize if this has been answered before, but I could not find a solution by searching. Is there anyway to determine whether a local table (pulled using RDA)
|
| What is latest version of SQL CE 2.0? | 29 Sep 2004 00:28 GMT | 2 |
When I build my SmartDevice/PocketPC compact .NET application that uses SQL CE 2.0 database, I get the following statement from Visual Studios: Files in the package 'sqlce.wce4.armv4.cab' are more recent on the device than on the development computer. Consider upgrading to the ...
|
| Error Tracking db when using INNER JOIN in Pull method | 29 Sep 2004 00:27 GMT | 3 |
Hi, I'm writing an application for pocket pc to pull all the orders made by my customers depending on my userid, into the pocket pc sqlce database. cust table custid
|
| Sql Server CE - Replication | 29 Sep 2004 00:16 GMT | 2 |
I want to develop for my own little database on the Desktop which contains one table (5 columns - always nvarchar-types) a replication between PocketPc and Desktop. I have already read the example at http://www.msdn.microsoft.com/SQL/SQLCE/default ...
|
| URGENT:Error 29004 | 29 Sep 2004 00:09 GMT | 1 |
I also have this error (29004:SSCE_M_CANTCOCREATEMSDAINITIALIZE), "The OLE DB provider for SQL Server CE cannot be initialized" I have SQL Server 2000 with SP3. Does anyone know how to solve this problem?
|
| More SQL CE installation frustrations... | 28 Sep 2004 21:58 GMT | 1 |
I have successfully deployed my .NET CF/SQL CE 2.0 application on three Pocket PC devices. On one Pocket PC 2002 device, the user is getting this error when my application tries to make a connection to a database: Error initializing application, Could not load type
|
| rda pull | 27 Sep 2004 22:55 GMT | 1 |
Since it appears necessary that I must create a new table using Pull, and that if I want to Push data I need to first create the table using Pull with tracking on, I would like to know if my SQL query that creates the table also has to add records to the table. I.E. is the table ...
|