| Thread | Last Post | Replies |
|
| dataadapter.update(datatable) gives 80004005 unspecified | 29 Dec 2008 11:41 GMT | 6 |
Hey all, I'm developing in vb.net (v1.1) for ppc 2002, using msde 2000, iis 5.0 from xp pro and sql ce. I can pull data from my server to my pcc, and I can query the .sdf, but when
|
| problem with sql server 2000 connection in windows 2000 prof service pack 4(plzz help me ......) | 22 Dec 2008 18:04 GMT | 1 |
hi to all, i developed one windows application and i installed in my machine and which my pc had below details o/s - windows 2000 prof (service pack4)
|
| Help With Basic Windows Mobile App | 22 Dec 2008 00:55 GMT | 5 |
This is my first attempt to create a simple mobile app, with db access, but I'm having issues and I can't seem to find any (accurate) info on the problems. I'm using, VS2008 SP1, SQL CE 3.5, WinMobile Pro SDK 6.0, ActiveSync 4.5.
|
| SqlServerCe foreign key problem | 20 Dec 2008 18:08 GMT | 8 |
I'm probably an idiot, but I can't figure out what's wrong with this situation: -- create database -- string connectionString = @"Data Source = |DataDirectory|
|
| Remote Data Access using SQL Server 3.5 in a VS2008 C++ project | 19 Dec 2008 04:28 GMT | 1 |
I’m currently converting an embedded c++ application that implements the ISSCERDA interface with a SQL Compact 2000. It does a remote access call to IIS to retrieve data using the pull method. I’m currently trying to convert this application to a VS2008 C++ project using SQL ...
|
| SQLCE 3.0 temporary folder location | 11 Dec 2008 14:36 GMT | 1 |
If we're using the default setting for database connection in SQLCE 3.0, what would be the location for its temporary database? I found the documentation for SQLCE 2.0 mentioning the \Temp folder while the SQLCE 3.5 use the same location as the database location.
|
| How to open sqlce db with password by oledb(C++)? | 10 Dec 2008 13:35 GMT | 1 |
By using sample of northwindoledb(C++) can open sqlce db without problem , but it can't open a sqlce db with password , can someone kindly help ?
|
| Getting Started:: Can't find PInvoke DLL 'sqlceme30.dll' | 10 Dec 2008 12:03 GMT | 7 |
I'm missing something basic here. I'm following the basic example in the BOL. I have vs 2005 installed and have referenced the following files (VB) References: Microsoft.WindowsC3.Forms
|
| Creating 3.5 databases ? | 09 Dec 2008 23:17 GMT | 11 |
I am fumbling through this right now and am experiencing ssues trying to create a 3.5 db. I have SQL Server 2005 and VS.Net 2005 sp1. I had 3.0 installed and have also just installed 3.5 sp1. I had a project with a 3.0 sdf file. I changed the SqlServerCe.dll reference to 3.5, ...
|
| progmatically list indexes/tables/etc (not using a select statement) | 05 Dec 2008 12:56 GMT | 2 |
Here is what I'd like to do (throws "table does not exist" exception): cmd.CommandType = CommandType.TableDirect; cmd.CommandText = "INFORMATION_SCHEMA.Indexes"; Here is what I have to do:
|
| Corrupted databases | 03 Dec 2008 10:30 GMT | 8 |
Hi. all. Using my sqlce based application (based on vs2005 + CF 2.0..) as lot of users have trouble about sqlce file corruption. My app is very simple and uses a little database with 5 tables.
|
| Sql Compact 3.1 desktop and Sql Compact 3.5 desktop on the same PC | 02 Dec 2008 11:10 GMT | 6 |
Can Sql Compact 3.1 desktop and Sql Compact 3.5 desktop live side by side the same PC? Thore Berntsen
|
| How to Direct connect with ActiveSync | 01 Dec 2008 20:43 GMT | 7 |
I hope someone can help me on this one it is driving me crazy. I have Mobile 6 device connected to my desktop computer through a wire ,(NOT wireless, repeat NOT WIRELESS) useing ActiveSync. What I need to do is have the device connect to the SQL Server 2000 database
|
| Support for compression? | 01 Dec 2008 09:59 GMT | 3 |
planning to use SQL Server CE 3.5 on Windows CE 5.0. I wonder if either SQL CE or Windows CE supports some kind of compression of the database file? Thanks, Thomas
|