| Thread | Last Post | Replies |
|
| what is the snapshot path (SQL CE) | 11 Jun 2006 18:46 GMT | 1 |
I have a problem that is when I install the SQL CE It needs me to enter the network path of sql server snapshot holder but I don't know what it is. So is anyone could tell me something ?
|
| Missing resource dll? | 08 Jun 2006 19:36 GMT | 1 |
I was syncing a sql mobile (V3) database with sql server over wifi. I got an error message saying something like "A resource containing the error message could not be found" or similar. The problem was the URL to the sscesa30.dll was wrong. No problem, I fixed it.
|
| Delete with left join in subquery fails | 08 Jun 2006 14:12 GMT | 1 |
Seems like an error in SQL Mobile 2005 parser. This one fails with "The column name is not valid: OrdrelinjeVare.OrdrelinjeGuid" ---------------------------------------------------------------------------------------------------------------------
|
| VS 2005 - VB.NET - Connect to mobile SQL database on laptop | 08 Jun 2006 00:16 GMT | 1 |
Here are my statements... Dim ConnPPC As New System.Data.SqlClient.SqlConnection("Data Source = C:\Documents and Settings\G014436\My Documents\SQL Mobile\ActMgr6CE.sdf")
|
| access sql server using replication | 07 Jun 2006 11:25 GMT | 1 |
1. I am trying to access sql server from my IRIS reader(windows CE .NET) through replication. Executing my application gives the following exception: 0xC0000005. Snippet of my code is pasted below printf statements with test1 and test2 executes fine. application shows
|
| Bug in SQL Mobile? | 07 Jun 2006 08:34 GMT | 2 |
I wonder if I found an bug in SQL Mobile. In my application I got the database on the storage card. When the Device is turned then sometimes an error occurs titled :"Unkown Exception" for stacktrace see below.
|
| Compacting deletes everything | 06 Jun 2006 15:23 GMT | 6 |
Trying to figure out what the heck could be going on. We're experiencing this problem on several different devices. When our app compacts the database, it is occassionally deleting every piece of data in the db. At the end of the compact, the db is completely empty,
|
| SSCE 2.0 and mysteriously created 02.00.0000 file | 06 Jun 2006 10:03 GMT | 1 |
Some of our customers are reporting that a file named 02.00.0000 mysteriously appears under folder 'My Devices'. It turns out to be a copy of our application database. Our application and compaction routine does NOT use this filename for our database. Does anyone know
|
| SQL server basics | 06 Jun 2006 08:12 GMT | 1 |
i bought a book of sql, i am a beginner so the bookds appears to be easy but from the start its dificult tu understant commands, key words, that kind of staff i need a reference page or web site o other book please send links
|
| dynamic snapshot | 06 Jun 2006 04:39 GMT | 1 |
does the dynamic snapshot supported on SQL CE? I need to increase the merge replication performance. Thanks in advance.
|
| SQL Syntax Question | 06 Jun 2006 04:38 GMT | 1 |
How do I write the following Ocacle SQl in MS SQL syntax? I call it an in-line or correlated subquery Select 1.name name, 1.data table1Data, 2.data. table2Data, 3.data table3Data from
|
| SQL CE SELECT Query Help | 06 Jun 2006 04:34 GMT | 1 |
I am working on .NET Compact Framework (version 1.1) application with SQL CE 2.0 as database. I have two tables in my database. The first table name is Customer_Distribution with Customer_Number, Product_Number and Dist_Qty as
|
| Doing limit on Sorted Table | 01 Jun 2006 13:12 GMT | 3 |
I am working on a .net application that uses sql server mobile 2005 as the backend. I have a table with columns - id,f_name,l_name. I am polling the data from the table asynchronously to populate a datagrid as the user scrolls down (when the user is at 100th record, poll 150 to
|