| Thread | Last Post | Replies |
|
| OLEDB is possible ? | 31 Oct 2005 19:08 GMT | 11 |
I have a doubt about the use of the OLEDB, I know that I can't use it direct at the .NET and that the use of this is in VC++, but my question is if I need to make a big insert of data at my tables the use os this connection will help me to win speed to insert ? or I will get the ...
|
| ADOCE3.1 to SQLce ? | 29 Oct 2005 17:54 GMT | 3 |
I've got an app written in Win32 C++ OOP non-MFC. This app uses ADOCE3.1 to interface with a Pocket Access CDB file. I'm thinking about replacing PocketAccess with SQLce and continuing to interface to the DB via ADOCE3.1. I want to stay with the eVC3.0 development environment, ...
|
| SQL Mobile - cannot cancel async replication | 27 Oct 2005 18:30 GMT | 4 |
Hello... I have a .Net CF 2.0 app that is using Sql Mobile and it replicates data between the client and a sql 2000 server. This works great. The replication occurs in the background...we are using the provided sql mobile methods to
|
| Doubt about using Parametrized query with IN | 27 Oct 2005 17:11 GMT | 5 |
At my project I want to use the parametrized query to win any seconds to run a query but at this point I have a problem, in the original query I have: SELECT .... FROM table WHERE column1 IN (12,13,24)
|
| problem concat varchar for stored in table field TEXT | 27 Oct 2005 15:50 GMT | 3 |
I have a problem with varchar, i am concat n variables varchar for stored in field type of text. The problem is that at concat this variable type varchar, the value stored in the database is trucanta,
|
| How to determine GUID of newly-inserted record? | 26 Oct 2005 21:24 GMT | 6 |
I'm doing merge replication between SQL Server 2000 and CE running on a PDA. The PK of the tables are all uniqueidentifiers with a default value of newid() and the IsRowGuid property set to true. Immediately after application code running on the PDA executes an INSERT
|
| SQLce2 batch querries? | 26 Oct 2005 19:18 GMT | 1 |
hello need to clarify something. can sqlce2 do batch querries? thanks in advance
|
| SQL Ce Merge Replication question | 26 Oct 2005 11:06 GMT | 2 |
I use SQL Ce Merge replication with horizontal filters (based on SUSER_SNAME()) to transfer data from and to the device. It works fine, but each time a synchronisation occurs, a new merge agent appears in the replication monitor.
|
| Default values in a database | 26 Oct 2005 04:18 GMT | 1 |
How can I get the default value for a given column in a given table and set it for a column in a dataTable?
|
| Inserting new rows into SqlCeResultSet | 26 Oct 2005 04:16 GMT | 1 |
I typically write/use a code-generator whenever I need to access a database. The code generator outputs classes that hide the ugly details of the paticular database API. They can expose the columns through strongly typed Get/Set members, provide query
|
| Record Log for RDA or Replication | 26 Oct 2005 04:14 GMT | 1 |
I want to know if there is a way to keep a "log" of all the record going to the SQL Server from SQLCE thur either RDA or Merge Replication. What I want to do is to have a log ready when for some reason the synchronization failed, I would be able to debug it from the lower level. ...
|
| Inserting batches of records, handling events while doing large updates | 26 Oct 2005 04:02 GMT | 1 |
I have a two part question here. My application requires data to be loaded regularly. On some occasions, the data can be fairly sizeable, requiring several minutes of running Insert statements. We're talking thousands of inserts,
|
| Questions about RDA & Replication | 25 Oct 2005 15:23 GMT | 1 |
My question consists of two parts. 1) When I do RDA, is the relationship preserved? What about Merge Replication? 2) I have a table which contain an ID column. Initially, there are records (say 10 records) in the table on the SQL Server side. I performed a PULL (or
|
| install sql ce and qtek2020i | 25 Oct 2005 07:52 GMT | 4 |
I have an application that uses SQL CE. I have installed the application on several pocketpc's of different brands (siemens, qtek, dell, ...) and different os (win2002, 2003, 2003se) I now have a customer with a QTEK2020i (mind the 'i') and on this pocketpc I
|
| Licensing of distributed SQL SERVER CE/MOBILE | 25 Oct 2005 07:30 GMT | 6 |
i want to develop a winCE application with database support through sql server ce/mobile, but I don't want to pay for every sold version of that software. The application will not communicate with a sql-server on desktop side. It
|