Re: OLE DB Provider not found for SQL Compact edition even after installing
- From: "Dennis Poon" <send2dennishk@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Feb 2008 00:23:44 +0800
thanks so much for your reply.
Dennis
"Vitali Kalinin" <vitkalinin@xxxxxxxxx> wrote in message
news:47c27c67$1@xxxxxxxxxxxxxxxxxxxxxxxxx
"Dennis Poon" <send2dennishk@xxxxxxxxxxxxxxxxxxxx> ÓÏÏÂÝÉ?ÓÏÏÂÝÉÌÁ ?
ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅ? news:47bff298@xxxxxxxxxxxxxxxxxxxxxxxxx
But if I use the CoreLab's SDAC, it worked.
When I use exising ADO component and pass the same ConnectionString,
it raises exception saying that particular OLE DB Provider is not found.
Anyone has the same problem?
Been there had the same problem. In my case it was resolved through manual
append of "OLE DB Provider" key under
[HKEY_CLASSES_ROOT\CLSID\{F49C559D-E9E5-467C-8C18-3326AAE4EBCC} (which is
MSSQL CE registry entry) with value "Microsoft SQL Server Compact OLE DB
Provider". Below is result of export for this key:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{F49C559D-E9E5-467C-8C18-3326AAE4EBCC}\OLE DB
Provider]
@="Microsoft SQL Server Compact OLE DB Provider"
From my limited experience CE provider behaves very much different from
Actually, is SQL Compact is good database?
Does it support mutli-threading just like SQL Server?
Is it 99% compactible with SQL Server in terms of Data and SQL Query,
Stored Procedures etc?
I chose it just because I though, I could upgrade it to SQL Server in
future painless. Is that true?
full SQL server provider. Most metadata functions don't work. Resulting
datasets are read-only even for simple selects like "select * from
[table]". Thus unless you are planning to make some ad-hock
synchronization with mobile device or any other special considerations of
that sort, it would be better to start development with MS SQL Server
Express.
.
- References:
- OLE DB Provider not found for SQL Compact edition even after installing
- From: Dennis Poon
- Re: OLE DB Provider not found for SQL Compact edition even after installing
- From: Vitali Kalinin
- OLE DB Provider not found for SQL Compact edition even after installing
- Prev by Date: Re: faster way to write tables?
- Next by Date: XML import/export for ADO
- Previous by thread: Re: OLE DB Provider not found for SQL Compact edition even after installing
- Next by thread: ACCESS with SQL server syntax
- Index(es):
Relevant Pages
|