| Thread | Last Post | Replies |
|
| Reading SQL CE Databases on the Desktop | 06 Aug 2004 08:11 GMT | 9 |
Is it possible to read the contents of an SQL CE database from the desktop? What I am thinking of doing is copying the SQL CE databases to the desktop for future use. This wouldn't be efficent for most apps, but my program has to do complex calculations that take time. It takes ...
|
| How to estimate the size of the SQL CE Database file | 06 Aug 2004 08:01 GMT | 1 |
Do they have some way to estimate the size of SQL CE Databse flie? I have never use SQL CE before, Pls help. The original sql server database is 8M
|
| ERROR: The Specified Index Does Not Exist | 05 Aug 2004 23:37 GMT | 1 |
I've implemented several solutions using Replication in the past, but the problem I'm getting at the moment is a bit puzzling. I have 15 Tables containg 47 Indexes in total that I would like to replicate. When I attempt to perform an initial sync the Replication
|
| SqlCeEngine.CreateDataBase() - LCID - Datepart format problem | 05 Aug 2004 18:36 GMT | 3 |
I´m having a problem on creating a new sql server ce database with the method SqlCeEngine.CreateDataBase() from .NET CF. I´m setting a locale identifier in the connection string (1046) to create the database, here is the source code:
|
| Using DATETIME fields | 05 Aug 2004 17:08 GMT | 2 |
I am trying to update a datetime field, but no matter what data type I use and it is always putting 1/1/1900 in my field. I know I am missing something easy.. In the program, the data is right, once I execute the SQL, I lose it.
|
| sqlceException when attempting Merge Replication | 05 Aug 2004 15:45 GMT | 6 |
merge replication with sqlce and vb.net is driving me crazy. I have my db built as published in my SQL2K DBMS. I have set up my snapshot folder and shared it. I have set up my virtual folder in IIS using sqlce mgr
|
| load/read/import XML file in SQL Server 2000 | 03 Aug 2004 21:31 GMT | 1 |
Is it possible to create database in SQL Server 2000 from XML file directly (load/read/import XML file in SQL Server) supposing that in SQL Server there is no database corresponding to XML database.
|
| Very strange but interesting question | 03 Aug 2004 19:54 GMT | 1 |
Can we use column positions in select clause like we use in order by clause. i.e. can we somehow say Select 1,2,3 From Customers Order By 1,2
|
| sqlce and sql server 7 | 02 Aug 2004 23:21 GMT | 5 |
i am developing eVC++ 4.0 application on PPC2003(ppc). I am running sql ce for ppc., and SQL server 7 in the remote. I only need to get data information and there is no need for me to update the remote SQL server. All i need is just a few columns from
|
| SQL Server CE & XML | 02 Aug 2004 07:54 GMT | 2 |
Could SQL Server CE load data from a XML file automaticaly? Or I must work with DOM to load XML data into SQL server CE. I know that Microsoft Compact Framework don't suport XSL but, SQL Server CE Suport import/export data tables in XML?
|