| Thread | Last Post | Replies |
|
| Out of memory exception when inserting into image column in SQL CE 2.0 | 13 Jan 2006 19:53 GMT | 2 |
Having problems inserting large amount of data into a single column of the type Image. The database resides on a SD-Card. Up to appr. 3MB, everything works just fine, above that, i get an OutOfMemeoryException.
|
| Windows mobile 5.0 w/ Treo 700W | 13 Jan 2006 14:06 GMT | 1 |
Does windows mobile 5.0 operating system, using a smart phone like the treo 700w, run Peachtree Premuim for Manufactoring 04, or anyother Peachtree accounting software. We would like to access our accounting software remotely using smartphones, or PDA's and not limiting us to ...
|
| Out of memory on SqlCeConnection.Open | 13 Jan 2006 13:51 GMT | 9 |
Folks, Using the latest version, I am getting an out of memory exception on a call to SqlCeConnection.Open. I am totally stumped. The database is tiny (108K) and "temp path" points to a huge SD Card.
|
| error in date | 13 Jan 2006 12:29 GMT | 2 |
i am trying to insert a row to a table. the query is as follows string strSQLCEQuery="INSERT INTO OrdersList (ActivemenuID,PatientCode,MenuID,ServeDate,LocationID,AdditionalInfo,DietpermissionID,OrderDatetime,EntrybyUserName) VALUES
|
| SQL Mobile 2005 Error on DataAdapater Fill | 12 Jan 2006 20:03 GMT | 1 |
I have this code: using ( SqlCeConnection conn = new SqlCeConnection( @"Data Source = " + _path ) ) {
|
| Error When I try to browse the website for my SQL Mobile 2005 Replication | 12 Jan 2006 00:19 GMT | 2 |
When I try to browse the website: http://localhost/quickgoldmobile/sqlcesa30.dll I get this error: %1 is not a valid Win32 application.
|
| The row update or insert cannot be reapplied due to an integrity violation | 11 Jan 2006 13:21 GMT | 2 |
I have developed a mobile application in .net and use sql server ce to replicate with a sql server 2000 backend. The solution has merchandisers that merchandise particular agents on particular days. The replication is quite complex and has a number of tables with joins
|
| Native Error 29006, The process could not deliver the snapshot to the Subscriber. | 11 Jan 2006 13:11 GMT | 1 |
I have a CF.NET application (C#) with a SqlCE database. We had originally planned to use SQL Authentication to replicate with the publication and indeed had SQL Authentication working flawlessly. Then our client asked us to use Windows Authentication instead.
|
| Multiserver Scenarios | 10 Jan 2006 21:53 GMT | 2 |
I have a multi server scenario: Windows Authentication (IIS) and Windows Authentication (SQL Server) Server A Windows 2003 Server,
|
| 3.0 database size | 09 Jan 2006 20:49 GMT | 2 |
I migrated a SQL CE 2.0 project to 3.0. I processed the same text flat file to add the records to a database and noticed a considerable size difference between the two DBs. The database created with 2.0 was 6.08 MB, while the database created with 3.0 is 67.2 MB! What could ...
|
| SQL SERVER 2005 FLAT FILE CONNECTION MANAGER EDITOR | 09 Jan 2006 20:14 GMT | 1 |
I am using sql server 2005, and am importing a table. Not knowing what the column properties are, I have made all columns nvarchar(250). Under the FLAT FILE CONNECTION MANAGER, there is a button for SUGGEST, but it will only look at 1,000 records. Can I modify this? I would like ...
|
| Installation problems | 09 Jan 2006 14:17 GMT | 4 |
Got my iPaq HX2790 on friday, have been trying to figure out how to install SQL Server 2005 Mobile on it. Have had no luck so far. Anyone who can give a quick walkthrough? Thanks,
|
| Create & Populate CQL Mobile on the desktop programmatically | 07 Jan 2006 16:30 GMT | 1 |
I would like to write a C# app to create a SQL Mobile database on the desktop, populate it from SQL Server 2000 or SQL Server 2005 (on the desktop). (When I've finished building the database I will push it onto the device.) It sounds like this should be easy to do. Can someone ...
|
| Subquerys...??? | 06 Jan 2006 23:58 GMT | 3 |
Hello, ive looked in this newsgroups for subquerys but i only found subquerys in where parts. and i need a subquery in the select part. something like select (select x from y where z = z) from x. is anyway of doing this? thanks!
|
| my own autentication for synchronization | 06 Jan 2006 19:23 GMT | 2 |
My second problem: what is the best method for checking user autentication? I'm using sql ce 2.0 for data on pocket pc. Data are synchronized from sql server 2000. I would like to implement veryfication for users just after program starts.
|