| Thread | Last Post | Replies |
|
| trouble getting XML file into a table | 27 Nov 2005 19:49 GMT | 1 |
I'm trying to use XML files to transfer data from myt SQL2000 server to a pocket PC device with sqlce installed. I have created the table that the XML will be going into on the device. I can get the data from the XML into a dataset and that works. When I go to run update on ...
|
| Stored procedures | 27 Nov 2005 12:45 GMT | 1 |
Are stored procedures supported in Server Mobile? In documentation i have found usage of sp_show_statistics stored procedure, 'execute' as keyword... but are user defined stored procedures realy supported or not?
|
| SQL Mobile 2005 better performance ? | 26 Nov 2005 22:14 GMT | 14 |
I get yesterday the Beta 2 of the Visual Studio 2005 that has the Sql Server Mobile 2005 (Sql Server CE 3.0), to install no problem, and after I make any tests to see the "better" performance that the Microsoft say I his home page but for my surprise the query time of
|
| Creating and Populating SQL Mobile Database on Desktop | 26 Nov 2005 08:18 GMT | 7 |
Can we use say Visual Basic 6.0 with ODBC or OLEDB to create and populate a SQL Mobile Database on desktop or do we need to have .NET Framework 2.0 and a desktop application? -Cheeyan
|
| Upgrade SQL CE 2.0 DB to SQL Mobile BD | 25 Nov 2005 12:15 GMT | 5 |
I copied the upgrade.exe to the device according to OLH and tried to run it from the command line. I got failed message saying could not start an instance of the SQL CE provider. Has anyone tried upgrade 2.0 .sdf to 3.0 .sdf yet?
|
| nvarchar | 24 Nov 2005 12:26 GMT | 2 |
I have a problem. I have a table with 2 columns (COL1,COL2) of type nvarchar. In the table i have 2 records: First record "John" "Carpenter"
|
| Merge replication SQL Server CE 2.0 | 24 Nov 2005 07:57 GMT | 2 |
I am now trying desperately for several weeks to synchronize a CE database with a SQL Server 2000 DB. The pocket IE can connect to the sscesa20.dll in my shared folder on the desktop but when I try to sync the following messages appear:
|
| SSCE_M_CYCLEDETECTED | 24 Nov 2005 00:12 GMT | 3 |
Why SQLCE2.0 was happy with cyclical references and ON UPDATE CASCADE and and SQLCE 3.0 is not? I am getting such error: 25083
|
| Strange behaviour with DDL statements in SQLMobile 2005 | 23 Nov 2005 17:05 GMT | 5 |
I'm using SQL Server 2005 April CTP in combination with the SQL Mobile 2005 tools included in the package. I'm still coding with VS.NET 2005 Beta2. I expect VS.NET 205 to arrive soon.
|
| SQL Mobile replication error...??? | 23 Nov 2005 16:47 GMT | 3 |
Hello... Sometimes we get the following error message during our replication process: "Failure writing to a message file". I cannot find any information on this error message. Has anyone seen this
|
| disable server messages | 23 Nov 2005 14:59 GMT | 1 |
can i disable output server messages during stored procedure execution? example: if a CAST error occures i can't catch it with @@error statement, so an error is generated. I don't want this because client application that has called procedure may
|
| Help Installing SQL CE 2.0/IIS!! | 23 Nov 2005 14:52 GMT | 3 |
I want to run SQL CE and IIS on the same PC: I have SQL Server 2000 Service Pack 4, IIS Version 5.1, Windows XP Service Pack II, Visual Studio .net 2003. (NOTE When I run Select @@Version it returns: "Microsoft SQL Server 2000 -
|
| SqlServer 2005 Mobile Edition and Pocket Outlook | 23 Nov 2005 14:10 GMT | 1 |
I have not really used SqlServer Mobile edition, and I have a question. Does it include any type of development tool or utility that would allow me to view the contents of Pocket Outlook (appointment, contact, task) records? (I want to see all the raw data.)
|
| Doubt if is possible with OLEDB make "Syncronization" between two SDF | 23 Nov 2005 11:23 GMT | 4 |
At my project I need to use the OLEDB with C++ to have a better performance with my inserts but at this point I have a doubt. Is possible two open two database (SDF) with the same table struct, and make a cross with they to have a table with all information. With the
|
| Executing code on publisher after replication completes | 23 Nov 2005 03:20 GMT | 3 |
I am using anonymous merge "pull" subscriptions to synchronize a SqlServerCE database and a SQL 2000 database. The handheld (PocketPC) users are entering data, which is replicated to the SQL 2000 database. This is all working as expected.
|