| Thread | Last Post | Replies |
|
| Replication Error | 27 Jul 2006 01:12 GMT | 5 |
Once in a while I get the following error: "A SQL Server Mobile DLL could not be loaded. Reinstall SQL Server Mobile." I quit my application, restart it and it works. What could it be?
|
| SQLCE2000 replication with SQL 2005 | 25 Jul 2006 21:26 GMT | 1 |
Can a device with SQL CE 2000 replicate with SQL 2005? I am having some issues and want to be sure that this is not the problem. Evan
|
| [newbie] from cdb to sqlserverce | 25 Jul 2006 15:37 GMT | 3 |
Hi everybody from italy, first of all sorry for my english. I must convert a small application from evb+cdb in evb+sqlserverce...to use it in windows mobile 5.
|
| Replcation to a laptop | 25 Jul 2006 15:16 GMT | 3 |
I have a laptop which is NOT connected to a network (Standalone) and I connected a device and want to replicate. What IP address should I use from the device to connected to the laptop for InternetUrl property? Evan
|
| Installing SQL on different drive | 25 Jul 2006 12:31 GMT | 1 |
I'm trying to install SQL server express edition on a different drive from C as I do not have enough space on this drive. Is it possible to install on a seperate drive? If so, how? Thanks in advance
|
| @@IDENTITY | 22 Jul 2006 12:40 GMT | 1 |
I would like to insert a new record into a table and then determine the identity created for that record's primary key. I have tried @@IDENTITY, but it does not seem to work, since I get errors when calling it. Can someone please help with an example of obtaining the ID of a newly ...
|
| Deploying sql everwhere | 21 Jul 2006 12:45 GMT | 9 |
Hi, has anyone had any luck in deploying a .NET app that uses the new sql everwhere dll? I can't seem to get it working no matter what i try. This is what I have done... I had SQL mobile 2005 installed (and working) but have now installed sql
|
| Can anyone explain this query result to me? | 21 Jul 2006 08:45 GMT | 1 |
Hi Im new to SQL and Im curently doing some development on SQL Mobile. I have two tables jobdetail and joblocation neither with any indexes yet. I have inserted 8 records into both tables i.e. 8 jobs and 8 locations in a 1 to 1 relationship. Im trying to execute the following
|
| SQL CE RDA Pull/push and SSL | 21 Jul 2006 08:07 GMT | 1 |
I'd like to know if it's possible to use use the SQL CE RDA Pull and push through a HTTP/SSL connection. I already currently have the method working through HTTP with authorization, but some of the clients have voiced out their desire for extra security through SSL.
|
| strange SQL CE error with Update statement | 21 Jul 2006 05:23 GMT | 1 |
Hi all; The following runs perfectly well on SQL 2005, but fails with SQL CE on a token parsing error: "There was an error parsing the query. [ Token line number = 1,Token
|
| insert datetime sql | 19 Jul 2006 22:15 GMT | 1 |
Having trouble inserting a date into a table using a parameter object. I'm using cf 2.0 / sql ce /vs2005. Date is being fed as follows: DateTime dt = DateTime.Now; cmdDb.Parameters.Add("@TranDate", SqlDbType.DateTime,8);
|
| How can I insert record into sdf file correctly | 19 Jul 2006 17:05 GMT | 2 |
Hi, How can I insert a record to sql ce database file, I have try many times use sqlcecommand object with commandtext "insert into testtable (field1) values ("test"), but it always report sqlceexception! The sqlce table use rda.pull method recieved data from sql server 2000, and ...
|
| Service Pack SQL Mobile | 18 Jul 2006 19:58 GMT | 3 |
Hi, im confuse about the service pack or this product ? Are there ? I did´t find information about "How to install" SP for SQL Mobile in a PDA or on a server. Do it exists ? Thanks a lot!.
|
| [Error 28035] "Header information is either corrupted .." only with GPRS. Internet works. Why ? | 18 Jul 2006 16:44 GMT | 6 |
I have read several threads about this problem but none of the solutions suggested worked out. Many others have had problems of "discriminating connections" but i can't find a real answer for this. I have a SQL Server 2000 SP3 installed on a Windows Server 2003 Small
|
| Database Diagram in Visual Studio 2005 | 17 Jul 2006 15:33 GMT | 4 |
Hi I have just created a SQL Server for Windows Mobile 2005 database in Visual Studio. Now I want to design the new database. Is it possible to use the database designer? If yes, how do I access it? I cant figure out how to start it.
|