| Thread | Last Post | Replies |
|
| very slow inserts | 25 Jan 2007 18:10 GMT | 13 |
i need to put 100 000 into my sql ce server database sqlcecommand.commandtext("insert into table_abr (abrabr) values(abrabr)") takes ~ 2 hours what could you recomend to do
|
| Very strange query result... | 24 Jan 2007 17:53 GMT | 2 |
Hy all, here's another problem for you ;) Take a look to the code below: public List<Item> ItemSeleziona(Item item)
|
| Cannot Edit Database Fields | 23 Jan 2007 22:48 GMT | 3 |
I have just installed the official sql Compact Edition and I find I cannot edit any of the fields in a database that was created in the pre-release version using SQL Server 2005. I get the message: Internal Error DDL Operations are not allowed on System Tables [Table
|
| SqlCeConnection | 23 Jan 2007 13:33 GMT | 4 |
Hy all, look at this code: string connectionString = "Data Source=D:\\Visual Studio 2005\\Projects\\myProject\\myProject\\myProject.sdf;Persist Security
|
| SQL Mobile: BLOB col = NULL | 20 Jan 2007 23:43 GMT | 2 |
Thanks for your previous help on this group. I have a new problem: I do a "select col1, col2, col3 from T1 inner join T2 on ... " where col3 is a BLOB column; If I use cmd.GetValue(1) I get a pointer to data of col1, GetValue(2) gives
|
| SQL 2005 Compact Edition and Visual Studio 8 without Service Pack 1 | 19 Jan 2007 21:23 GMT | 4 |
Is it possible to use SQL 2005 Compact Edition and Visual Studio 8 without Service Pack 1? I have installed the SDK with put the System.Data.SqlServerCe.dll in C:\Program Files\Microsoft SQL Compact Edition\v3.1\. All references
|
| How to install SqlCE on th device | 19 Jan 2007 21:14 GMT | 1 |
The new release only talks about the desktop verison. so I wonder how can I install it on the device? (I prefer not to do it with VS, as I need to deploy it on several devices.) tia,
|
| SQLS2005 CE Merge Module? | 19 Jan 2007 19:01 GMT | 1 |
Now that SQL Sercer 2005 CE is RTW, what are our deployment options? Do we have to provide/link to the runtime MSI as a separate installation? Or is there a merge module that we can incorporate into our application installer projects? Thanks
|
| Management Studio and Compact Edition | 19 Jan 2007 18:59 GMT | 2 |
Hi, is it posible to create a new database on SQL Server 2005 Compact Edition using the SQL Server 2005 Managament Studio Express?
|
| NativeError 28037 A request to send data to the computer running IIS has failed. | 19 Jan 2007 18:43 GMT | 5 |
I am re-posting my question and attempting to make it a little more clear my problem. I appreciate any help. I have installed the following Microsoft SQL Server 2005 Compact Edition files: (Released 11 Jan 2007)
|
| Upgrade to ce 5? | 18 Jan 2007 12:18 GMT | 1 |
I have an IPAQ 3835 with Windows ce 3 o/s. Can this be upgraded to ce 5 or ce 5 emulator? If so, how? I'd like to run sqlserver mobile or compact on my IPAQ, but don't you need at least ce 5 to do that? Thanks.
|
| Does SQL Server 2005 Compact Edition include query analyzer for PPC? | 16 Jan 2007 20:03 GMT | 2 |
Does SQL Server 2005 Compact Edition include the query analyzer like the older versions did? I actually use it quite a bit for writing SQL code while on the road. Thanks
|
| A request to send data to the computer running IIS has failed. NativeError 28037 | 16 Jan 2007 18:36 GMT | 5 |
I have installed the the following Microsoft SQL Server 2005 Compact Edition files: (Released 11 Jan 2007) Microsoft SQL Server 2005 Compact Edition Server Tools.msi Microsoft SQL Server 2005 Compact Edition Developer Software Development
|
| SSCE 3.1 Tools install | 16 Jan 2007 18:04 GMT | 1 |
Ginny, Really not meaning to be a Pita here, but my Microsoft SQL Server Compact Edition directory only has a v.3.1 directory and then Docs and SDK subdirectories under that.
|
| Arabic in SQL CE | 16 Jan 2007 18:03 GMT | 1 |
Please note that my MS SQL database contains arabic data, I can transfer it easily to my pocket pc and browse it on my SQL CE database. But when I'm printing this data it is appearing "??????" question marks. As if it doesn't understand these words.
|