I\'m developing a WinForm app for Windows Mobile 6.0 with C#, .NET Compact Framework 2.0 SP2 and SqlServer CE 3.1.
My DataGridView is bound to the same BindingSource as the Insert Form, and the Name co开发者_如何学Clumn is sorted. After insert is done, the groupBindingSource.Current is not returning the new insert
I try to import sql script, generated with Server Management Studio, into SQL Compact 3.5 and get a lot of error. What I am doing wrong?
My application needs to backup and restore .sdf files. There is a single dataSet t开发者_如何学编程he the whole application and some bindngSource and table adapters on forms using this same dataset.
Is there a simple way, without .NET? I\'ve found some libraries but none for SqlCe 3.5. There is http://sqlcehelper.codeplex.com/ but it\'s far from done, since a major feature like using a password
I\'m adding a new Row to a BindingSource that is Bound to a DataGridView source.AddNew(); After this, use BindingSource to get the newly added row is return the next row in the DataGridView when it
I have a Form with a DataGridView which DataSource is a BindingSource to a table. This view will have a single row selection and a button to delete, edit the current selected row in a popup Form and a
I did a project with MS SQL Server CE that when installed in the \'costumer\' machine just raises an unspecified excpetion.
At least in previous versions of SQL Server, you had to prefix Unicode string constants with an \"N\" to make them be treated as Unicode. Thus,
What is the fastest way to find data in SQLCE in Windows Mobile (using C#)? I have a database with one million records. 开发者_Go百科Is the fastest way an SQL query, a DataReader, or what?By far the f