| Thread | Last Post | Replies |
|
| Notifying methods when some interesting table's records are change | 29 Jul 2008 12:46 GMT | 2 |
As far as I know, SQLCE doesn't have triggering method to itself, other components or applications for specific table when its records are changed. I want to get notifications from SQLCE to application when that situation. What's the way for it in SQLCE3.1/3.5?
|
| Blob writing with Ole Db | 25 Jul 2008 22:42 GMT | - |
I'm trying to insert a row with a blob using param binding field in a desktop database using Compact Ed. 3.5 without success. I prepare the Command with an accessor that uses a derived ISequentialStream class like one can see in many examples on the net.
|
| Concurrent database access in SQL 2005 Mobile | 25 Jul 2008 22:13 GMT | 10 |
Hello all... I'm having a very annoying issue that's about to make me crazy. I have a database application developed with VS2005 and OLEDB access to a SQL 2005 Mobile database. While the application is running the same database can be accessed by another notifying application ...
|
| SQL CE v3.5 error referencing | 24 Jul 2008 10:18 GMT | 12 |
Hi all, for this line of code, public SqlCeConnection conn = null; I get the following error when trying to connect to a SQL CE v3.5 The type 'System.Data.Common.DbConnection' is defined in an assembly that is
|
| Getting and Installing | 24 Jul 2008 09:55 GMT | 12 |
I am a Software Developer, and I love the idea of using SQL Server CE instead of Microsoft Access; however, I seem to run into the problem of not being able to find the place to download it from! Is it contained in a single file? Is it SQL Server CE or 2005 Mobile? I found the ...
|
| Help: dupe param error with SqlCeCommand: | 24 Jul 2008 05:26 GMT | 2 |
Argh! I am getting "duplicate parameter" errors with the following prepared SqlCeCommand: (The important line is the next to the last line with @kid_id). select e.entry_id,
|
| data source configuration | 22 Jul 2008 15:17 GMT | - |
How can I set this property so it works easily both with my unit tests & DAL, as well as on another machine with the same relative directory? My current app.config is below: Please let me know if there is a more appropriate forum to post this to. Thanks!
|
| Import txt file to sqlce table | 21 Jul 2008 15:06 GMT | - |
Hii said that are brand new environment VST 2005 I'm trying to implement an application for pocket when would the need to import data into a table
|
| varchar(max) and varbinary(max) length problem in SQL CE 3.5 sp1 | 21 Jul 2008 06:58 GMT | 3 |
We are currently have a problem with a new application, where we are using the Entity Framework (Visual Studio 2008 SP1 beta), which only uses the latest version of SQLCE 3.5 sp1 to read / update SQL Compact edition. This currently is for a desktop application.
|
| Merge Replication MS SQL CE 3.5 <-> SQL SERVER 2005 | 18 Jul 2008 20:33 GMT | 5 |
I have been trying to get merge replication to work between a Windows CE device with SQL Server Compact Ed 3.5 and SQL Server 2005. I have made good progress but got stuck with an error that Google can’t help me with. Firstly, I will discuss my progress for those who might hope ...
|
| transaction & tabledirect | 18 Jul 2008 06:52 GMT | 3 |
I insert rows in a table using a tabledirect command, and a SqlCeResultSet. Could someone help me with the following questions ? - When are the result flushed to the disk ? - Is it possible to use transactions ?
|
| Does SQL Server Compact 3.1 support multi connection? | 14 Jul 2008 14:35 GMT | 6 |
Hi. I wonder whether SQL CE editions support multi connection(also multi user), multi session in connection or not. If that, how many connections or sessions are supported by it?
|
| SqlCeEngine.Upgrade() causes SqlCeException "The operation completed successfully." | 11 Jul 2008 18:11 GMT | 7 |
I am building a simple desktop-based command-line analysis tool for a set of .SDF files that were collected on various mobile devices for a research project. Unfortunately, I am having issues connecting to these .SDF files (each of which are stored locally on my desktop hard
|
| OleError 0x80040E05 - Object was open during Recordset.Open for certain tables | 10 Jul 2008 19:34 GMT | 2 |
Hello, all. I think it is better place to post, instead of *.data.ado. Sorry for multiposting. Last four hours I fought with very strange error. When I try to open a table
|
| Sql Server CE attmpted to read or write problem | 10 Jul 2008 14:24 GMT | 12 |
I have a sql compact database created on Windows Vista. This works fine . When i copy tis database to a Windows XP with SP 3 machine and run my program i get exceptions saying: "Attempted to read or write protected memory. This is often an indication
|