Is there a problem with the SQL Compact 3.5 download?
Tue, 11 Dec 2007 13:22:04 -0800
Every time I try and download the 1.7MB SQL Server Compact 3.5 For Windows
Desktop from the MS download site it gets to about 1.2MB and just hangs.
Could somebody at MS please check the file?
http://www.microsoft.com/downloads/details.aspx?FamilyID=7849b34f-67ab-481f-a5a5-4990597b0297&DisplayLang=en
Thanks ...
|
transferring data from one database to another
Mon, 10 Dec 2007 13:57:58 -0800 (PST)
Hi,
I am working with sqlce2.0 and i have this database in my target
device having wince5.0
i need to take a back up from my device and store in PC.
further i want to transfer the data from one database to another
database.
I tried many queries given in this news group.
It always shows token error in qu ...
|
Sql ce 3.5 OleDB Driver
Mon, 10 Dec 2007 10:03:09 -0000
My main application is written in a language called Gupta team developer.
I need to be able to communicate with a sql ce 3.5 database.
However there is some strage things with the OleDB driver.
It is no problem establishing the connection to the database, but when ever
I try to bind variables in Sql Statemen ...
|
SqlCeResultset and DataGrid in CF
Fri, 7 Dec 2007 02:19:02 -0800 (PST)
Hi,
Help please to troubleshoot with SqlCeResultset and DataGrid in CF v2.
I do so:
public System.Data.SqlServerCe.SqlCeResultSet CustsResulSet = null;
public SqlCeResultSet GetExecuteResultSet(string _comText, bool
_updatable)
{
SqlCeCommand cmd = new SqlCeCommand(_comText, sqlCeConnection);
resul ...
|
ISQLW35.exe compact feature...
Thu, 6 Dec 2007 08:53:48 -0800
Friends,
We migrated our application from SSCE 2.0 to the official SSCE 3.5, and look
forward to the extra robustness. We were hoping to be able to use
ISQLW35.exe to compact, but our DB is password protected. I am never
prompted for a password, and I just get an "Unspecified Error" once I
confirm that ...
|
SQL Server 2005 to SQL CE 2.0
Wed, 5 Dec 2007 06:50:26 -0800 (PST)
I have merge replication configured between SQL Server 2000 and SQL CE
2.0 which has been working fine for the past few years. I need to
migrate my Server 2000 database to SQL Server 2005 and set up merge
replication there. Can I simply point my device to the new database
on SQL Server 2005 and have merge repl ...
|
Connect to SQL Server 2005 at Vista from device with WM5.0
Tue, 4 Dec 2007 03:45:01 -0800
Hi
We have developed an application with vb2005 running under WM5.0 how
connects direct to SQL Server 2005 using WLAN (Using system.data.sqlclient
ver 3.0.3600 from ..\Smartdevices\sdk\SQL
Server\Client\v2.0\system.data.sqlclient.dll).
Everything works perfect when we connect to an SQL Server 2000 (ver 8.) ...
|
|
|
ODBC in SQL Server CE
Mon, 3 Dec 2007 11:25:00 -0800
Hi,
Does anyone know if and how I can access a SQL Server CE 3.0 database using
ODBC? (Is there an ODBC driver available for SQL Server CE?)
If not, what are the methods for accessing a SQL Server CE 3.0 database?
Thanks.
...
|
A fast way to delete all records
Sun, 2 Dec 2007 14:20:31 +0100
Hi all,
in a Sql Server Compact Edition 3.5 database I just need to delete all the
records in a table, is there any way faster than execute a DELETE FROM
statement, or more practical than deleting the table and recreate it?
UnfortunatelyTRUNCATE TABLE is not supported...is there another way?
...
|
Upgrade SQLServer CE database to 3.5
Fri, 30 Nov 2007 09:18:55 -0800 (PST)
When trying to use the latest SSCE 3.5 for WinCE 6.0, my databases
created with SS 2005 will not open -- says they were "created by an
earlier version of SQL Server Compact."
So I tried to use the Upgrade.exe however that apparently wants the
source db to be SSCE 2.0, and I'm guessing mine are either 3.0 or ...
|