| Thread | Last Post | Replies |
|
| Limits of Prameterized Queries. | 17 Feb 2005 14:21 GMT | 5 |
I am having problems with parameterized queries run on a SQL Server CE DB. I don't know if this is down to limitations of parameterized queries or errors in my syntax. All the queries I am attempting to run will work using non-parameterizesed SqlCeCommands but only some work ...
|
| How to get a count of the number of columns? | 17 Feb 2005 08:37 GMT | 4 |
I have a pocket pc sql ce database that gets larger in both number of columns and number of rows - i.e. see following: Customer1 Asset1 Asset2 Asset3 Asset~ Customer2
|
| How does sscesa20.dll resolve to SQL server? | 17 Feb 2005 04:55 GMT | 4 |
In the SQL CE code, you declare the publisher and distributor sql instance name (note, not physical SQL server name) and the IIS server where the sscesa20.dll is located. I want to use an alias so that I can reference
|
| Strange behavior with MAX() | 16 Feb 2005 17:54 GMT | 4 |
When I do the following statement on an empty table, I get strange results. I am using CE with the CF(C#). The IsDBNull is not returning true even though it returns a null value - then the GetInt32 returns a cast exception. cmnd.CommandText = "SELECT Max(client_id) AS client_id ...
|
| identity insert | 15 Feb 2005 23:11 GMT | 2 |
I have a table with one column that is an identity. In sqlserver I can perform the following: **** insert into table default values
|
| Sqlce 2.0 Pull Method Timeout? | 15 Feb 2005 15:50 GMT | 6 |
Can anyone tell me how can i handle the problem that when i want to connect to the remote sql server the pull method waits more and cannot get the data from the server and returns error...I can connect to the sql server with query analyser and get the data by running same sql ...
|
| SQL CE Error 2147024891 | 15 Feb 2005 15:31 GMT | 4 |
I have been trying to setup SQL CE RDA to move the contents of a SQL Server 2000 database to a SQL CE database running on the Pocket PC 2002 platform. My code is as follows and is based on an example in the book "SQL Server CE Database Development with the .NET Compact ...
|
| Error code:80004005 Minor Error:28574? | 15 Feb 2005 14:38 GMT | 9 |
While i was pulling the date from remote database i got this message...Can anyone tell me what is the problem? Thanks...
|
| ADO: Syntax error or access violation | 14 Feb 2005 23:13 GMT | 4 |
From my ASP.net aplication, I am using the server explorer to connect to the database and am writing the following stored procedure : CREATE PROCEDURE dbo.Check {
|
| SQL Server gets corrupted after a cold reset - Symbol 8846 | 14 Feb 2005 22:05 GMT | 2 |
I am running an application using SQL Server CE in a Pocket PC device. Everytime a hard reset is done , the DB gets corrupted. Is there anything that I can do to solve this problem? Do anyone have experienced similar problems?
|
| Registering SQL CE 2.0 externally... | 14 Feb 2005 20:05 GMT | 3 |
There is "sqlce.wce4.armv4.CAB" which takes care of installation of SQL CE 2.0 on the pocket pc. I want to do this manually, using one cab file which does other jobs too. I register following dlls :
|
| Getting at @@IDENTITY | 14 Feb 2005 19:23 GMT | 8 |
How do you learn the value of the Identity column on an insert in SqlCe? I don't have stored procedures to rely on (like select @id = @@IDENTITY), I'm just doing a SqlCeCommand.ExecuteNonQuery call with my INSERT sql statment. But next I need to insert related records using the ...
|
| Problem in the rda.Push operation | 14 Feb 2005 16:21 GMT | 3 |
I develop an application to Pocket PC with .Net CF and SQL Server CE, using an database in SQL Server 2000 SP3. I Using the rda replication. When I make que rda.Pull operation, its works fine. I add some rows in some table of SQL Server CE, that have the column
|
| SQL CE 3 and CF 1.0 support | 14 Feb 2005 12:59 GMT | 6 |
Does anybody know anything about SQL CE 3 support for the 1.0 version of the Compact Framework?
|
| Data Abstraction | 13 Feb 2005 09:45 GMT | 2 |
I am a SQL server 2000 developer working on a SQL CE app for the first time. I am used to using server side functionality such as stored procedures , views etc. I am aware that such functionality is not available in SQL CE.
|