| Thread | Last Post | Replies |
|
| How to Sync Relational Data via RDA? | 07 Apr 2005 19:41 GMT | 3 |
This newsgroup has been great so far, hopefully I am able to contribute some answers in the near future. My question is how to synchronize relational data via RDA. My situation is that I want to bring down some user-specific data to my device. This
|
| Using CCommand object to execute an INSERT | 07 Apr 2005 17:53 GMT | 1 |
Hi!! I have a problem in my code and I can't resolve it. I have to do many INSERT queries, and I need to execute them using the CCommand::Open method (I know I have the option insertin data through CTable
|
| Remove "Allow Null" property from column | 07 Apr 2005 15:11 GMT | 11 |
Does anyone know the sql command (or any other programmatic way) of removing the "Allow Null" property from a sql server ce column? This column needs to be a primary key for my table but I need to remove the "Allow Null" property (it is there in the central database by wrongful
|
| GetSchemaTable() interprets DateTime type as 4 byte Integer | 07 Apr 2005 14:29 GMT | 3 |
I call the following code: SqlCeDataReader.GetSchemaTable().NewRow() Where SqlCeDataReader is an object of that type. I do that in order to get a blank row that has the columns defined as in the table. Then I
|
| -QueryTimeOut agent parameter | 07 Apr 2005 07:24 GMT | 2 |
I am struggeling to change my merge agent to not use the default 300 second querytimeout parameter. I have created a new profile and increased it to 600/1500 with no luck. I have also editing the 2nd step in the agent properties and
|
| using dynamic snapshots for ce | 07 Apr 2005 02:52 GMT | 1 |
Where can I find a good resource for finding best practices on creating a publication that uses dynamic snapshots for subscribers using Sql CE. Think it might be better than using static snapshots as I am using dynamic filters and I could implement a solution whereby I could have ...
|
| SQL server m/c horse power ? | 07 Apr 2005 02:42 GMT | 1 |
I've SQL 2000, SQL CE and WEB server on the same m/c which has 1) 2.5GB of RAM 2) IBM Netfinity 6000R/x Series 350 3) Intel Xeon dual CPU.
|
| SQL CE, DTS | 06 Apr 2005 10:40 GMT | 2 |
I Need to implement automatic update and installation in Pocket OC. I need to preiodically update PC with New Version of application. How can I do? Thanks.
|
| Connecting CE to MSDE in .net | 05 Apr 2005 19:31 GMT | 9 |
I'm having a problem using the RDA.Pull command with VB.NET. Here is my Code: Dim rda As SqlCeRemoteDataAccess = Nothing rda = New SqlCeRemoteDataAccess
|
| Very slow query on large table | 05 Apr 2005 15:24 GMT | 10 |
I try to run a simple query on sql server ce 2.0 as such: SELECT ColumnName FROM TableName GROUP BY ColumnName or (basically the same query) SELECT DISTINCT ColumnName FROM TableName
|
| Trouble Enabling Logging by the SQL Server CE Server Agent | 04 Apr 2005 21:43 GMT | 4 |
I need to debug an RDA problem that is occurring in the following environment: SQLServerCE 2.0 SP3a, WinXP Pro SP2, IIS 5.1, and SQL Server 2000 SP3. I've followed the MSDN article located at
|
| SqlCeDataReader performance | 04 Apr 2005 17:53 GMT | 2 |
I have an app that fills a grid from a SqlCeDatareader. The records to be displayed in the grid are based on a user-defined search of a Sql CE database table containing about 35,000 records. The search is always based on one column which has an index. The app limits the number of ...
|
| Database creation | 04 Apr 2005 16:51 GMT | 4 |
Is creating a database in sql ce the same in creating one in sql server 2000?
|
| Basic question | 04 Apr 2005 16:44 GMT | 3 |
I am new to pocket pc development and to .net, i am developping a smart client application using vs.net 2003 with its own database, so it will be a sql ce database. How do i get sql ce and how do i install it within my app on the pocket pc?
|
| SQL CE in VS.NET | 04 Apr 2005 16:40 GMT | 4 |
is SQL CE included in Visual Studio .Net 2003?
|