| Thread | Last Post | Replies |
|
| RDA | 19 Aug 2004 08:26 GMT | 3 |
I have used a Pull method with tracked on ! This works fine ! But sql created 2 extra columns ! I want to insert new rows in the table that i pull !
|
| Merge Replication problems | 18 Aug 2004 13:47 GMT | 7 |
I am having tremendous difficulty implementing merge replication with VB.Net, SQL Server CE 2.0 and SQL Server 2K SP3. Does anyone have a foolproof example with complete
|
| Installing SQL Server on CE | 18 Aug 2004 10:55 GMT | 1 |
How is this done? I want to permanently install it, not just when I deploy my VS project. All I can find on MSDN is "it is included when you deploy your project in visual studio..."
|
| Newsgroup archieve | 18 Aug 2004 09:13 GMT | 2 |
I am looking for an old posting that may have been archieved. Does anyone know of any archieves of this news group and if they can be searched. Thanks,
|
| How to Set Locale/Date format problem | 17 Aug 2004 22:36 GMT | 7 |
I have the follwoing code example:- string connStr = "Data Source = test.sdf;Locale Identifier = 2057"; SqlCeEngine engine = new SqlCeEngine(connStr); engine.CreateDatabase();
|
| CREATE TABLE with FK | 17 Aug 2004 15:13 GMT | 1 |
Hello!!! I?m working in an Smart device application with VS.NET 2003. My application make a SQLCE DataBase in the PocketPC. I?m trying execute the next sentence but it give me an error:
|
| Application Terminates Exactly at 10067 records | 17 Aug 2004 12:57 GMT | 1 |
I'm using SQL CE 2.0 for WIN CE4.1x environment device. My application needs to read a file (Flat File having 25000 records ) and keep inserting data to the SQLCE table. It terminates once it encounters the mark of 10067 records. without any
|
| How to check existance of table in sql ce | 17 Aug 2004 04:25 GMT | 4 |
Help me to know how can i check whether table exists before dropping a table in sql ce. Thanks in advance.
|
| Installing SQL Server CE on device permanently | 16 Aug 2004 02:22 GMT | 2 |
I am working on a project that requires me to program an x86 device running Windows CE 4.2. The application that runs on the device needs to access a SQL Server CE 2.0 database. When i deploy the application, Visual Studio automatically installs SQL Server CE on my device and i am
|
| Where is the IBuySpy Delivery code? | 16 Aug 2004 00:43 GMT | 1 |
I must be missing something here I'm looking for the C# version of the IBuySpyDelivery sample and all I see is the VB version of it... This is from the SQL Server CE Books "
|
| table exist | 14 Aug 2004 10:45 GMT | 2 |
i am using sql server ce 2.0 and C#. i want to drop a table from the database on pocketpc . but how can i learn if it exists or not? thanks..
|
| Error 25026 foreign key/primary key issue... | 12 Aug 2004 17:59 GMT | 1 |
I've created the following table in a SQL CE database: CREATE TABLE T2( Pkey INT IDENTITY PRIMARY KEY, Fkey UNIQUEIDENTIFIER REFERENCES T1(Pkey) ON DEFAULT CASCADE,
|
| deployment errors if the state of Emulator is saved | 12 Aug 2004 00:24 GMT | 1 |
I have a simple pocket PC application that creates a database "test.sdf". Everything works fine when I execute the application for the first time. But if I SAVE STATE of EMULATOR and tries to execute the application again, it fails and prompts me that there were deployment errors.
|
| single user sqlserver ce | 11 Aug 2004 23:25 GMT | 1 |
There any away to simule multiuser in sqlce enviroment. thanks
|
| "IIS does not seem to be running on this machine" error | 11 Aug 2004 20:59 GMT | 1 |
I would greatly appreciate some help. I installed SQL server CE sp 3 with my SQL Server 2000 sp 3 and the installation went fine. However, I can't seem to get the "Configure Connectivity Support in IIS" To work Everytime I click it I get this message:
|