| Thread | Last Post | Replies |
|
| Sql Mobile 2005 - Bulk inserts | 25 May 2005 15:48 GMT | 3 |
I've been able to create a Sql Server Mobile db from desktop (using Visual Studio 2005 and SqlServer 2005) and insert data in a table with simple inserts. Is there a way to execute bulk insert operations from a desktop application
|
| (SQL Server 2005) Mobile Edition Server tools installation fails | 25 May 2005 00:52 GMT | 2 |
I've installed the full developer CTP of SQL Server 2005, plus I have IIS running, but installation of server tools fails on checklist item #5, "you must first install the Replication Components for SQL Server 2000 SP 3a or higher or the SQL Server 2005 Client Connectivity ...
|
| TableMapping error during Update | 24 May 2005 17:34 GMT | 3 |
I have a SqlCe table for keeping trace messages and I periodically need to send the records up to the server, so I've been passing the DataSet of records to a webservice. This mostly works great, but once in a while if it's a large dataset (>1000 records) the webservice fails ...
|
| SqlceException.SqlceException | 24 May 2005 11:51 GMT | 4 |
I am getting this exception when i deploy my project on the emulator, it is coming from a class in the project where i create the database, create the tables then insert some data. What could be the error here? Is it a sql syntax error? or something regarding the classes involved ...
|
| Format date inside the SELECT statement | 23 May 2005 18:36 GMT | 5 |
After I execute this statement: SELECT date FROM myTable I use the Fill method of the SqlCeDataAdapter to bind the result set to my grid. However, I want the data in a certain format. I tried this, but it
|
| Delete first record in sqlce | 22 May 2005 09:52 GMT | 1 |
I have A and B table in sqlce database,A is master,B is detail. The customer require when the record count in A is greater than 20,we must delete the first record and append new record,just like a queue.How to achieve it?
|
| install/configure SQL Server 2000, SQL Server CE for merge replica | 21 May 2005 12:27 GMT | 3 |
I cannot for the life of me figure out how to connect to my SQL database and import it into a pocket pc. I've tried so many different settings and configurations that I don't know where I am going wrong. I've been trying to connect to the database from a Pocket PC 2002 emulator ...
|
| Conversion from SQL Server 2005 to SQL Mobile Edition | 21 May 2005 03:48 GMT | 3 |
Does any one know if Microsoft provides a tool to convert a SQL Server 2005 database to a SQL Mobile Edition 2005 database? Thankyou, Robert Anton Reese
|
| Error sincronized SQL Server 2000 and SQL Server CE | 20 May 2005 22:19 GMT | 2 |
I has a problem. I like sincronized this products. Present the next error, Error -28087 An incorrect or unsopported HTTP function call was made. I not found any solution this error pls helpme and regards evryone.
|
| SQL CE | 20 May 2005 10:30 GMT | 5 |
After i create an sql ce database using vs.net, do i have it on the computer?
|
| RDA.SubmitSql blocks program execution in separate thread | 19 May 2005 22:19 GMT | 8 |
My goal is simple. I want to use the SubmitSql command to test if the sql server is online. Unfortunately if it's offline program execution halts for at least half a minute before returning an exception. This is an aweful long time to wait, so I tried running this in a separate
|
| Windows Mobile 2003 and sqlce replication | 19 May 2005 08:49 GMT | 3 |
I have installed an application that runs sqlce on a Windows mobile 2003 pocket pc. Replication does not seem to work on the 2003 pocket pc, still works fine on 2002 devices. Is there anything I should be installing on the windows mobile 2003 device to get this running?
|
| SQL 2000 Reporting Services | 19 May 2005 06:53 GMT | 1 |
we need to design certains reports with this tool but is very important to give to our users the export data capabilities to Ms Excel data format. Do we can do it?. Do we need a service pack?... Thanks,
|
| Create a new database (.sdf) | 19 May 2005 06:51 GMT | 1 |
Is there a Win 32 tool to design and create a sqlce database without SQL Analizer?. Thanks.
|
| Sync time with SQL Server | 18 May 2005 14:51 GMT | 2 |
Does anyone know of a good way to set the system time on the PDA to the same time as the SQL Server that's connected on RDA? I guess one option is to pull into a table a GETDATE() query, and then read the value from the table. That seems a little "rough" to me. Too bad that we ...
|