| Thread | Last Post | Replies |
|
| I can read, but delete and write actions dont change the database | 28 Mar 2008 13:50 GMT | 3 |
My app is a .NET CF 2.0 I m working with SQL Server CE 3.5 I can read data in my database but write or delete operations raise no exception but they dont have any influence on the database...
|
| Search fails, but only for a specific sequence | 20 Mar 2008 17:58 GMT | 14 |
This is weird! My medical database works just fine and has done since ages, until someone treid to look for a medicin begining with 'ney...' Major Error 0x8007007A, Minor Error 0
> SELECT * FROM t_artikel WHERE NAME LIKE 'ney%' |
| retrieving identity upon insert using a strongly typed data set | 19 Mar 2008 17:10 GMT | 2 |
Env.: SqlCE 3.5, Windows Mobile 6 Hi All, I use .xsd based strongly typed data sets to access my DB. Is it possible to retrieve @@identity from an Insert method?
|
| MSResultSetGenerator - Create Partial Class of Typed Result Set to select data subset. | 15 Mar 2008 22:02 GMT | 2 |
Using VS2005 Sqlce 3.1 I have changed the dataset designer to generate ResultSets. The generated code seems to open the table with no ability to select the
|
| DataTable to SQLServer table | 14 Mar 2008 15:59 GMT | 5 |
I need to move a DataTable records to a table. How can I do that quickly? Now I'm iterate the DataTable, and for each record I'm build the sql instruction and insert it. The problem it is the time. Any ideea?
|
| sqlserver compact 3.5 - double precision in tables not possible | 14 Mar 2008 07:18 GMT | 1 |
I'm evaluating sqlserver compact and I have detected an ugly restriction. Apparently, its not possible to create a table containing 'double precision' values, like
|
| "sqlceca30.dll" sql mobile dll could not be loaded reinstall SQLMo | 10 Mar 2008 14:18 GMT | 6 |
I have an SQL 2005 server with Connectivitiy tools and Windows Mobile 2003 and 5.0 clients. The solution has recently been migrated from SQL 2000 to 2005. I have an error message when making transfer with the main SQL 2005 database.
|
| Unable to connect to Sql Server Compact Edition Database | 07 Mar 2008 23:05 GMT | 7 |
I'm using VS 2005 and ActiveSync 4.5. Using the Server Explorer in VS 2005, I get the following error when I try to add a connection to a sql server compact edition database that resides on a CE device:
|
| Why is my data stored as .234 and not 0.234? | 06 Mar 2008 18:23 GMT | 1 |
I have a quirky SQL problem that I would like solved. I used the following SQL: Dim sqlTA As New SqlCeCommand("UPDATE tblStandInfo SET si_samplearea = (convert(float, si_samplelength) * convert(float, si_samplewidth) /
|
| String value in where clause | 04 Mar 2008 14:49 GMT | 17 |
SqlCeDataReader will not return any records when using a string value in the Where clause. Integers work fine. Following is a example of the problem // Database columns //------------------
|
| Create DB Compact3.5 | 03 Mar 2008 18:10 GMT | 4 |
I'm looking for an example or tutorial that explain how create a DataBase at run time though C#. And then how to populate the Database with Tables and columns. Thanks
|