| Thread | Last Post | Replies |
|
| SqlCeDataAdapter Fill? | 31 Jul 2004 21:59 GMT | 3 |
I have the following code in my application,but when I compile VS tells me that SqlCeDataAdapter does not contain a definition for Fill? ceDB.Open(); SqlCeDataAdapter da = new SqlCeDataAdapter();
|
| Newbie Q: Best way to add records to related tables? | 30 Jul 2004 20:49 GMT | 2 |
There must be a simple answer to this, excuse my ignorance. I have 2 related tables with the primary key for Table1 being of auto-increment type (1, 1) and the foreign key in Table2 that references it being of type integer. I have set up a FK/PK relationship.
|
| How to transfer SQL CE database (sdf) to SQL Server database (mdf) | 30 Jul 2004 19:17 GMT | 1 |
I have SQL CE database (.sdf file) and want to transfer it to MS SQL Server 2000 (.mdf file). Is there any solution to do it in relatively simple way (without creating database with corresponding tables on SQL Server 2000).
|
| Merge Replication problems... | 30 Jul 2004 14:39 GMT | 1 |
I'm using merge replication with dynamic filters. The replication works fine for a couple of times but after that I get Error 80045063: "Failed to enumerate changes in the filtered articles" -> "sp_Mssetupbelongs"
|
| Installing CE agent on Server | 29 Jul 2004 23:35 GMT | 1 |
I have a PPC CF CE app that uses RDA to pull data from SQL Server 2000 db. I'm trying to document what is needed to set IIS up for RDA. From this I'm outlining minimum software/hardware requirements. The VS2003 automatically installs SQL Server CE on the PPC but what kind of
|
| merge replication | 27 Jul 2004 22:15 GMT | 4 |
I'm using vb.net with a SqlServer Ce database and I'm trying merge replication with SqlServer 2000. I've configured everything (IIS, SQL server publisher), etc. but I have an error when I do"Synchronize" System.Data.SqlServerCe.SqlCeError: An incorrect or unsupported HTTP
|
| Help With Update Statement | 27 Jul 2004 04:36 GMT | 2 |
I can't find what is wrong with this statement. It is very simple and is getting me frustrated. Update Test_PPC SET WDC = '554765', User = 'Smith, Mike', SID = 'B455752' WHERE AKEY = '841000004' All of the data types are nvarchar(250) except for AKEY which is nvarchar(12). Is User ...
|
| Additionnal info about my last question | 26 Jul 2004 20:58 GMT | 3 |
I also use the PocketPC Emulator. I don't have a real device yet.
|
| If DB exists | 26 Jul 2004 00:13 GMT | 3 |
How can I check if some database is already created?
|
| Insert more than one record in one request ? | 25 Jul 2004 21:39 GMT | 1 |
Is it possible to insert more than one record with one request (i'm using ADOCE) ? I've tested the following syntax, but it doesn't works : INSERT INTO MYTABLE (FIELD1) VALUES(100), VALUES(101)
|
| Query Support in SQL Server Ce | 23 Jul 2004 19:16 GMT | 1 |
I am using SQL server CE 2.0 with servicepack 3.0 to connect to sql server 2000 While making query to the SQL Server CE i am getting parse errors. The case is when i use "Case" or "Cast" or "Convert", SUBSTRING etc. Like to know does Ce supports these sql functions.(It is given in ...
|
| Best practices re. running multiple instances of SQL server 2000. | 23 Jul 2004 19:10 GMT | 1 |
I need advise. Where can I find more info regarding the above-mentioned. I have read Microsoft's article: "Microsoft SQL server 2000 Scalability Project - Server Consolidation", regarding running multiple
|
| Merge Replilcation issue | 22 Jul 2004 16:03 GMT | 5 |
I am trying to perform a "Merge Replication" from the PPC simulator with VS.net 2003. Has anyone experienced this before or have any resolution? the SQL Server publiation is setup on another machine which also serves as the SQL Server CE Agent (configured with anonymous access only ...
|
| SqlCeException 28543 | 21 Jul 2004 23:10 GMT | 1 |
here is my code, string str ="Provider=sqloledb; Data Source=BART;Initial Catalog=rdaMobile; User Id=sa;Password="; rda.InternetUrl = "http://BART/VirtualSQL/sscesa20.dll"; rda.LocalConnectionString =@"Provider=Microsoft.SQLSERVER.OLEDB.CE.2.0;Data Source=\\My ...
|
| SQL Server CE running out of memory | 21 Jul 2004 07:54 GMT | 2 |
we are having a big problem using SQL Server CE 2.0. Before running our program about 10 MegaBytes of memory are used on our device. The programm creates a database and inserts data. After closing the programm about 12 MegaBytes (depending on how many data was inserted) are marked ...
|