| Thread | Last Post | Replies |
|
| SQL Server mobile 2005 and multithreading | 30 Aug 2006 21:34 GMT | 3 |
I have a class with static methods in my application which handles my database connection objects. Now we had sometimes errors while database access and the application stucks completely. If I check the call stack there are always native methods of SQL server mobile where the
|
| SQLMobile error 0x80040e21 | 29 Aug 2006 15:47 GMT | 1 |
Hello, All! if use property DBPROP_CANFETCHBACKWARDS m_spCommand->Execute(NULL, GetIID(), pParams, pAffected, (IUnknown**)ppRowset) return error 0x80040e21
|
| Mobile Line of Business Solution Accelerator | 28 Aug 2006 18:26 GMT | 1 |
If you're looking for resources to give you a head start in building a Windows Mobile line of business application to deploy in your enterprise, look no further than http://www.microsoft.com/downloads/details.aspx?FamilyID=80a5c2c5-4f9b-4c1a-bff6 -2a3c6b68d15b&displaylang=en.
|
| sql ce vs. mobile sql on desktop | 24 Aug 2006 12:48 GMT | 7 |
if got a big problem, at first i created an app on vb.net 2003, .etcf 1.0sp3, sql ce 2.0 and wince 4.2 with a collection of sub'S and function i realizied a kind of
|
| sync between two sql 2005 mobile edition | 23 Aug 2006 23:03 GMT | 5 |
Would it be possible to sync data between two sql 2005 mobile edition server. If yes, how ? Thanks
|
| Log in SQL Server Mobile | 23 Aug 2006 15:38 GMT | 2 |
Hi, i notice that SQL Mobile hasn't transactional log file....How it manage the transactions ? Thus that, i need to backup only the file .sdf to have a backup of the database ? Thanks a lot!
|
| sql 2005 mobile edition and sql 2005 express edition | 23 Aug 2006 12:34 GMT | 1 |
Could you give me some hint on how to synchronizing between the above two sql server edtions. Can the synchronization be done with IIS. Thanks
|
| Creating SQL Mobile database file from Delphi application | 23 Aug 2006 12:30 GMT | 3 |
I have an application written in Delphi that exports a file to a WM device. The device then reads the file and imports it's content into a SQLCE database. A faster and much better way would be to create the database on the desktop, and just send the database file, directly to the ...
|
| Migrating data from .SDF file (SQL CE 2,0) to SQL Express 2005 | 22 Aug 2006 12:59 GMT | 3 |
I need to migrate data from an SDF file (SQL CE 2.0 db file) to SQL Express 2005. How do I do it?
|
| Objects unsupported SQL Server Mobile 2005 | 22 Aug 2006 12:52 GMT | 1 |
Hi, i was reading the books online and, i didn't find how to create views....searching in the web, i realized that is not supported....Are there other objects not supported in sql mobile ? o data types for example ? Thanks a lot!!
|
| DB Size of SQL Server 2005 Mobile Edition | 22 Aug 2006 02:04 GMT | 2 |
Hi, anybody know which is the size limit of a database ? Thanks!!
|
| "This function is only valid in Win32 mode" | 19 Aug 2006 11:08 GMT | 3 |
I am getting this error from IDBCreateCommand->CreateCommand, invoked from within a dll on the handheld via CeRapiInvoke. The database is SSCE on WM 5 Pocket PC. The same function invoked from a handheld program (rather than a desktop program via CeRapiInvoke) does not cause a ...
|
| SqlCeCommand Parameters Bug? | 19 Aug 2006 09:06 GMT | 5 |
The following SqlCeCommand throws an exception. Is this a bug or am I doing something wrong? SqlCeCommand sqlCmd = sqlConn.CreateCommand(); sqlCmd.CommandText = String.Format("INSERT INTO {0} (UserId, VersionId,
|
| Insert bug ? | 17 Aug 2006 13:05 GMT | 1 |
I've got an C#/.NET 2.0 Application. Now on one pocketPC which has a lot of data an normal insert fails. The errormessage is : [ InfoTable,Z3541703046497959460572366498563383242923783612238010409699600]
|
| Sql Everywhere Date precision ? | 16 Aug 2006 22:49 GMT | 5 |
I'm inserting a date into a sql /e table using a sqlceparameter with the DateTime db type. The date's ticks is : Ticks 632902822536718750 long When I retrieve the same date, I get a Date with this ticks : Ticks
|