| Thread | Last Post | Replies |
|
| Connection still closed after calling Open() | 19 Apr 2006 07:49 GMT | 2 |
I'm developing an application using SqlCe 2.0 and Compact Framework 1.0. Recently I've got a problem: When I try to open a connection to the database it just remains closed, no exceptions or errors. Example:
|
| SQLCE 2.0 and Windows Mobile 5.0 | 19 Apr 2006 06:25 GMT | 4 |
Friends, Will SQLCE 2.0 function correctly on a Mobile 5.0 device? We use ADO for all our SQLCE 2.0 data access, and it works great on Mobile 2003 devices. Will it work on Mobile 5.0 devices?
|
| SqlCeReplication Performance | 18 Apr 2006 23:09 GMT | 1 |
Hi, we have a question regarding SqlCeReplication performance Bottom line is Replicating data from SQL 2005 using sqlcereplication seems to be very slow. In our particular case it takes us 1.5 seconds( see red line below) on my desktop and 7 seconds on the device. to pull one row ...
|
| add sscesa20.dll to evb references | 18 Apr 2006 19:10 GMT | 1 |
I there folks, i´m new here, could anyone give me some help! when i try to add sscesa20.dll to my evb project references and when i find sscesa20.dll on browser when i click to open i receive this message:
|
| Drop Merge table article | 14 Apr 2006 16:05 GMT | 1 |
I've been trying to drop some tables (articles) from a Merge Publication. I have used the sp_dropmergesubscription to drop the subcriptions, and then sp_dropmergearticle to drop the actual article. sp_dropmergesubscription is running without problems, and no errors are
|
| Issues with Compact Framework VS 2005 migration | 14 Apr 2006 16:02 GMT | 1 |
We are working on a compact framework .net application and desktop application which was initially developed on VS 2002 (smart devices for Device). Later we migrated it to VS 2003 and recently we tried to migrate it to VS
|
| Transaction issues -Please help | 14 Apr 2006 02:20 GMT | 2 |
Hello everyone. I am having some transaction issues that I thought were resolved with the release of sqlce in Visual Studio. I sometimes get the message that the connection is open and fetching, which stops the transaction from starting. Can someone please help me answer the ...
|
| SQL 2005 Mobile Edition Server Tools upgrade | 13 Apr 2006 01:14 GMT | 1 |
Can 2005 Mobile server tools coexist with SQL CE 2.0 server tools on the same IIS box?
|
| HOST_NAME | 12 Apr 2006 13:03 GMT | 6 |
1: If the replication query is [SELECT ****** WHERE FieldX = HOST_NAME()] returns no items. [SELECT ****** WHERE FieldX = 'Device1'] returns items.
|
| Replication stucks | 12 Apr 2006 10:59 GMT | 2 |
I have a database (7'000 rows, size of sdf file e.g. 2,5 MB) which i get from an SQL server via replication. All just worked fine. Since a while I am not able to use replication. On the server's replication monitor everything seems to work and the merge agent status is marked
|
| Error code 80040E1D when inserting | 10 Apr 2006 20:20 GMT | 1 |
I am experiencing some deffficulty inserting data to a table. here is my code string strSQLCEQuery="INSERT INTO PatientsList (PatientID,PatientCode,Title,FirstName,LastName,AdditionalInfo,LocationID,EntrybyUserID,HighRisk,BayName,BedName,AdmissionDate)
|
| More Info on SQL Server Everywhere | 10 Apr 2006 12:45 GMT | 1 |
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=337160&SiteID=1 All, Today's announcement in the MSDN SQL Mobile forum from Durga Gudipati regarding SQL Server Everywhere is just tremendous news. Let me help shed
|
| Full text search possible? | 07 Apr 2006 19:30 GMT | 1 |
is it possible to realize a full text search with SQL Mobile 2005 and CF 2.0? I played around with some sql queries the last days, but at the end I am disappointed about the performance.
|
| Drop tracking tables? | 06 Apr 2006 16:53 GMT | 5 |
I would like to know if it's possible to DROP a tracking table? I need to know this because I have to DROP all the tables or delete the DB file before calling the Pull on RDA, and when I DROP a tracking table I received this error:
|
| Droping Connection ? | 06 Apr 2006 10:29 GMT | 5 |
I've got an application with CF 2.0 and SQL Mobile 3.0 When the user opens the application and doesn't use the PocketPC for hours( for example overnight) then the next day the selects doesn't work anymore. It seems like the connection is dropping.
|