| Thread | Last Post | Replies |
|
| SQL Mobile - Column Level encryption/decryption | 11 Oct 2005 19:35 GMT | 2 |
Hello... We will be moving our production server to SQL 2005 soon and we'll be converting some columns to support the now native database encryption functions. However, we support mobile devices via Replication as well. Are
|
| What OS supports SQL Mobile 2005? | 11 Oct 2005 16:09 GMT | 10 |
My device is an iPAQ h5550 with Windows Mobile 2003 (antique Pocket PC 2003 - subset of Windows CE 4.2) as OS. I thougth I could have a SQL Mobile 2005 database in this kind of device. It is going to act as a client connecting to server to do Merge
|
| RDA question | 11 Oct 2005 13:37 GMT | 6 |
i am using RDA to synch data between sql server 2000 and my PDA. i try to get a parameter list according to the group of a user in my program. my query to pull is something like that : "select id ,name from parametertable where groupid in ( select g.id from
|
| RDA's Pull method not supporting joining tables? | 10 Oct 2005 11:52 GMT | 3 |
I thougth that with RDA's Pull method you could specify complex where clauses so that you could join two tables in order to select some specific columns on each table. I think that was one of the main advantages comparing with Merge Replication.
|
| Cannot get a criteria to work | 08 Oct 2005 09:06 GMT | 2 |
Any help would really be appreciated I have the following statement, which works fine in SQL on my deskto PC, but will not work in SqlCE on a PDA SELECT strIden
|
| primary key | 07 Oct 2005 03:59 GMT | 3 |
I need to update a table on a server from my PDA, so what I am doing is the following: I pull the table to the PDA via RDA Pull. Tracking is ON and the table has an autoincrement primary key as well. All I want to do is add to this table
|
| RDA and Windows XP Sp2 | 06 Oct 2005 08:04 GMT | 2 |
Scenario: A pocket PC connected, via USB/Activesink to a PC running Win 2000 Professional, networked with a PC running Win 2003 server and Sql Server 2000. Running a program which downloads many tables from Sql Server to the Pocket
|
| Configuring SQL Server CE 2.0 RDA and IIS 6.0 | 06 Oct 2005 04:22 GMT | 4 |
Configuring SQL Server CE 2.0 RDA and IIS 6.0 Hi, Is there somebody who can helpme with this? I can not configure successfully SQL Server CE Agent (sscesa20.dll) on
|
| Connect to MS SQL server from Pocket PC | 05 Oct 2005 22:27 GMT | 1 |
I am now writing a eVC project which want to get data from MS SQL Server directly. However, after I search in the web, I still don't know what steps I should do. I would like to know how can I do this? Thank you for all of your help.
|
| Copying tables | 05 Oct 2005 16:14 GMT | 4 |
is there anyway to replicate SELECT dbo.tbl_Synchronisation_instructions.* INTO dbo.fred FROM dbo.tbl_Synchronisation_instructions in SQL CE 2000.
|
| Default values in dataTable | 04 Oct 2005 21:25 GMT | 2 |
I am building a Pocket PC application in C# and I tryed to get the Default values of columns in a given table with the following SqlCeCommand: SqlCeCommand columns = new SqlCeCommand(@"SELECT COLUMN_NAME, TYPE_NAME, COLUMN_DEFAULT FROM INFORMATION_SCHEMA.COLUMNS,
|
| Sql Mobile Left Outer Join | 04 Oct 2005 19:12 GMT | 3 |
Hi.. I'm trying out sql server mobile and VS 2005. When I try to make a simple outer join query on the northwind database I get this error: "There was an error parsing the query. [ Token line number = 1, Token
|
| problem with SqlCeRemoteDataAccess - pull | 04 Oct 2005 10:36 GMT | 13 |
I run this code - rda = new SqlCeRemoteDataAccess(); rda.InternetLogin = "svobodap"; rda.InternetPassword = "fichtelberg";
|
| Native Error 28529 | 04 Oct 2005 02:19 GMT | 1 |
Hola a Todos ... Quiero ejecutar un proceso de Replicacion desde una PDA y al procesar las siguientes instrucciones ... Replicator.ReinitializeSubscription(True)
|
| Connect to SQL CE db from other PDA | 03 Oct 2005 18:59 GMT | 1 |
I'm currenty looking at the possibilities that SQL CE (Mobile) has to offer in order to see if we can use it for our application. One thing that I haven't been able to find a clear answer on is if it is possible to connect to a SQL CE database from another PDA. This in
|