| Thread | Last Post | Replies |
|
| SQL Mobile ... stored procedures and triggers? | 21 Jul 2005 00:25 GMT | 1 |
are stored procs and triggers supported?
|
| .VOL files | 20 Jul 2005 21:31 GMT | 2 |
I noticed there are some .vol files in the root folder of a Windows Mobile 5 Pocket PC emulator. Files such as mxip_notify.vol and pim.vol. Are these database files? If a database, what type?
|
| SQLCE Provider | 20 Jul 2005 15:28 GMT | 1 |
I have an windows Application and I want to query SQL CE database I want to charge/load data from/to pocket pc Any ideas?
|
| Enterprise Manager Hangs | 20 Jul 2005 13:10 GMT | 2 |
Our company recently moved to a corporate Windows 2000 Network and AD from Novell and all our servers were moved from our little domain. We are seeing a wierd problem with SQLSever since our move. The sever that has SQL Server is working fine and we are able to register the server ...
|
| Keys and Performance | 19 Jul 2005 23:47 GMT | 2 |
in my Application I use the SQL CE 2.0 Server in C# with the CF 1.0 SP3 In order to synchronize my app I need to insert data into the SQL CE Server from an XML file. Everything works fine but 2 things getting worse with increasing amount
|
| Sql Mobile Synchronization (reconcilor problem) !!!! | 19 Jul 2005 18:50 GMT | 5 |
I installed the sql server 2005 beta 2 CTP (April edition) and the sql server mobile edition . We created all setting for merge replication (Sharing directoery, database for replication) and We susccessfuly deploy to device , but while calling
|
| sql ce backup | 19 Jul 2005 07:47 GMT | 4 |
This is a two fold problem. I'm running sql ce on a Symbol Pocket PC my task at hand, to backup the database that is on the handheld. The hand held has no memory card just it's internal memory. I tried file.copy and
|
| TOP Clause | 18 Jul 2005 15:44 GMT | 2 |
Is there any way other than coding to get the same result than the TOP clause available only on desktop SQL Server version ? If I query the DB using "SELECT TOP 3 * FROM anytable", I get a parsing error on TOP.
|
| How can I create multiple tables using sqlcecommand class? | 18 Jul 2005 15:24 GMT | 2 |
I need to create 7 tables using sqlcecommand, but no matter what i tried, the maximum I can do is 3. I used an array to store all of my 7 "create table... " commands and pass them to commandText and run them one by one using ExecuteNonQuery method. I can only generate 3 tables ...
|
| share connection | 18 Jul 2005 15:20 GMT | 1 |
I would like know if in a new version sqlserver ce 3.0 are possibitity syncronize and other process has the database open. thanks _______________________________ * Alberto García Sánchez
|
| Connecting to webserver outside of LAN | 18 Jul 2005 15:19 GMT | 2 |
I setup a website on my system that runs the SQL Server CE Server Agent SSCESA20.DLL. I can access the DLL without a problem from all the machines on my LAN though wifi. However, I cannot access it outside of my LAN. The way that I access the site is http ...
|
| Replication Subscription from Mobile to Database Engine Publicatio | 18 Jul 2005 11:24 GMT | 1 |
I'm recieving the error message below, when attempting to Subscribe to a Publication that is located in the Database Engine. I want the Mobile datbase to subscribe to this publication, but when I enter a new subscription and select the server name the message below appears. I've ...
|
| Create SQL Server CE Databese in C++ | 17 Jul 2005 01:00 GMT | 2 |
How can I create a SQL SERVER CE Database in C++ ? I have just this sample in VB. Dim cat As ADOXCE.Catalog Set cat = CreateObject("ADOXCE.Catalog.3.1")
|
| Inserting data to SQL CE | 15 Jul 2005 20:14 GMT | 2 |
Dear all members, How we create an application on a desktop PC that can connect to SQL CE on a PDA and execute command (Insert, Update, Delete record) just like we do to SQL SERVER ?
|
| HttpWebRequest.GetResponse() sometimes freezes application | 15 Jul 2005 17:18 GMT | 2 |
I use the HttpWebRequest.GetResponse() method to know if the IIS server is online for my VB.NET Visual Studio 2003 Compact Framework 1.0 RDA application. For some reason unknown to me, this line of code can work a whole day without a hitch, with multiple runs of the application, ...
|