| Thread | Last Post | Replies |
|
| merge replication with sql instance on another port | 05 Dec 2005 16:15 GMT | 1 |
I'm running into an odd issue and was hoping someone could help. I've set up a publication on a SQL2k-sp3a machine and can pull from it when I set up a subscriber on my local machine using EM. However, when I try to pull this subscription through a PPC device, using IIS and the
|
| System.Data.SqlServerCe wont work | 05 Dec 2005 06:23 GMT | 5 |
I installed VS2k5 and SQL Server 2k5 lately and am now trying to build a databasedriven CE Applikation. First System.Data.SqlServerCe was not in one of the locations it should have been. I found it somewhere in the SQL Server Programm folders and added it. I built a Database with ...
|
| RDA and PDA | 05 Dec 2005 06:22 GMT | 1 |
i am working on a PDA application that uses RDA to push and pull data from SQL SERVER 2000. I managed to synchronize with GPRS connection . But when i disable GPRS and activate wireless connection, synchronization fails. Message is something like that: "request to send data to ...
|
| SQLce Image Saving in VB.NET | 04 Dec 2005 20:43 GMT | 1 |
I've googled this group and can't find anything that works so I'm hoping a fresh topic will yield a reply! I've posted my code below - I've tried using sqldbtype.varbinary, sqldbtype.binary and sqldbtype.image and all give me the same SQL CE
|
| VS2005's Upgrade.exe : Has anyone seen it work ? | 03 Dec 2005 05:21 GMT | 3 |
I give up ! I have the release version of VS2005 installed, I've installed SQL Mobile 2005 and SQLCE 2.0 on my device, and can happily open my existing SQL 3.0
|
| Sql Sever CE 3.0 does not work after making call to embedded c++ d | 03 Dec 2005 00:03 GMT | 3 |
I am using Sql Server CE 3.0 on a Symbol PDA. The application includes calls to a Embedded C++ dll through interop. If I do not start a timer thread that makes calls to the Embedded C++ dll, I can connect and write to a sql ce database. If I start a timer thread and make calls ...
|
| SQL CE | 02 Dec 2005 22:53 GMT | 1 |
Is SQL CE only compatable wil the full SQL 2000 Server product or can you use it with MSDE If Not can you use SQL 2005 Mobile with SQL Express Many Thanks
|
| Replication Error 28031 Decompression failed | 02 Dec 2005 17:27 GMT | 2 |
I am running SQL 2000 SP4 and have an existing publication that has been and continues to work well with SQL-CE version 2. I have just installed SQL Mobile and the corresponding Server Tools, and I am trying to create a new subscription but get error 28031
|
| Merge replication - it gets simpler and simpler... | 02 Dec 2005 09:34 GMT | 9 |
After many, many questions about access rights to shared folders and virtual directories I finally found out - o shame - , that I cannot access a common Internet site like http://www.microsoft.com from my Pocket PC over the desktop PC, so there is no surprise that I cannot access ...
|
| Why doesn't this query work? | 01 Dec 2005 20:41 GMT | 1 |
SELECT SUM(ID) AS EXPR1 FROM (SELECT ID, Manufacturer, Model, ModelOption, VehicleType, rowguid, DealerID FROM AutoModels) derivedtbl_1
|
| sql mobile 2005 question | 01 Dec 2005 17:25 GMT | 2 |
Hi friends, I tried to issue simple statement from Management Studio declare @var smallint And I got that:
|
| Importing Data to .sdf file | 01 Dec 2005 15:31 GMT | 3 |
I am using the SQL server 2005 enterprise edition, and VS.net 2005 CF 2.0, i have an Access database file (.mdb) and i just want to create a new sql mobile database file (.sdf) and to import the data inside the access file to the sql mobile database, but i cant find how to import ...
|
| SQL Server Mobile 2005 & Emulator | 01 Dec 2005 15:21 GMT | 1 |
I am trying sample from the SQL Server Mobile Tutorials. When I ran the application via Emulator, I got a error "A request to send data to the computer running IIS has failed. For more information, see HRESULT." and the HRESULT is -2146233087.
|
| Image field | 01 Dec 2005 08:12 GMT | 2 |
Any example for inserting image or binary fields into database? Simon.
|