| Thread | Last Post | Replies |
|
| convert SS05 to .sdf file | 27 Oct 2006 18:33 GMT | 4 |
Is there a tool that converts SS05 dbs to an .sdf file ? I've tried Primeworks Data Port Wiz , but it will only copy the .sdf file to a device , not onto the local file system.
|
| How do you change the IDENTITY on an auto-increment field? | 27 Oct 2006 18:31 GMT | 3 |
What is the best way to reset the index on an auto-incrementing field back to 1 after all the data in its table has been deleted? IDENTITY(1,1) ?? The tables were originally created with an IDENTITY(0,1)
|
| Casting in SQL Server Mobile | 26 Oct 2006 16:14 GMT | 1 |
Could you please let me know whether casting is possible in SQL Server Mobile. If possible, let me know the syntax of converting a value of datatype of int to nvarchar. Thanks in Advance...
|
| SQL Server CE Mobile? | 26 Oct 2006 00:11 GMT | 9 |
Is anyone using this successfully? I thought this was the place to ask questions regarding this technology but this newsgroup appears to be pretty dead. Any MVPs out there that could lend a hand - please...... TIA
|
| How to verify Server tools install in Mobile CE3? | 24 Oct 2006 22:33 GMT | 1 |
Let me approach this from a slightly different angle as it seems like i'm not getting answers to the questions the way I'm asking. I've googled senseless the web without an answer. In SqlServer CE 2, you could call sscesa20.dll and get the familiar "SQL
|
| RDA Pull from SQL Server 2005 - sscesa30.dll? | 24 Oct 2006 20:25 GMT | 4 |
I'm developing an app in VS2005, and want to use RDA to pull from a SQL Server 2005 database. I find that I don't have the virtual directory for the agent set up like I do for SQL Server CE 2.0 with the directory pointing to a physical direcory
|
| Sql Ce query | 24 Oct 2006 19:06 GMT | 1 |
i try to execute this sql code, update tmp set vol=a.qt from tdetailvisite as a inner join tmp on a.idprd=tmp.idprd where a.idvis=165032 and a.idtypaction=2
|
| Sync Sql Server CE (Mobile 5.0) and Sql Server 2000 | 24 Oct 2006 11:28 GMT | 4 |
Hi you all. I've to sync a db on pda with a db sql server through http. Any tools are avaiable or i've to develop it manually? (I couldn't see Sql Server CE till next week, so i'm looking for info
|
| System.Data 2.0 SqlCeDataAdapter | 23 Oct 2006 09:11 GMT | 2 |
I have a big problem. I try upgrade my soluction to CompactFramework 2.0, my aplication use a SqlCeDataAdapter's from System.Data.SqlServerCe. It to work need the to imports from System.Data.Commom.dll, too.
|
| Merge Repl: System columns...lost! | 18 Oct 2006 13:58 GMT | 4 |
I have a strange problem with mobile devices using SQL CE merge replication... On some devices, some system columns of merge tables are not created (and of course, devices can't sync anymore) Columns not created: S_generation and s_rowlineage but the rowguid columns
|
| SQL 2005 Mobile subscription to a publication at SQL 2005 Server | 15 Oct 2006 12:35 GMT | 1 |
I tried to created a new subscription in SQL 2005 Mobile to a publication at the SQL 2005 Server. Both servers installed in the same computer. The publication at the SQL 2005 Server was successfully created and I even created a local subscription to it and it works fine. However ...
|
| Can anyone recommend a good PDA for running SQL mobile? | 13 Oct 2006 23:55 GMT | 2 |
I'd like a Compaq/HP, can any one recommend the cheapest model to do replication testing?
|
| Compacting a Database in SQL 3.0 VC++ | 13 Oct 2006 15:53 GMT | 1 |
Does anybody have any sample code for Compacting a database in SQL 3.0 using VC++? My 2.0 code won't compile. And looking at the new *.H files, it looks like things have been changed around.. Thanks
|
| installation problem SQL Server 2005 Mobile Edition on Windows Mobile 5.0 | 13 Oct 2006 15:50 GMT | 1 |
i hope you can help me. Following Problem: I' ve got a mda 2 compact with windows mobile 5 on it and now i'm trying to make an installer,
|
| List of tables (C#) | 09 Oct 2006 08:45 GMT | 3 |
I am new to SQL CE. How to get the list of tables in a database? In C#. Thanks for your help... DW
|