Re: OLE DB Provider not found for SQL Compact edition even after installing
- From: "Vitali Kalinin" <vitkalinin@xxxxxxxxx>
- Date: Mon, 25 Feb 2008 10:29:28 +0200
"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"
SQL server provider. Most metadata functions don't work. Resulting datasets
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?
From my limited experience CE provider behaves very much different from full
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.
.
- Follow-Ups:
- References:
- OLE DB Provider not found for SQL Compact edition even after installing
- From: Dennis Poon
- OLE DB Provider not found for SQL Compact edition even after installing
- Prev by Date: Re: faster way to write tables?
- Next by Date: Re: How to test for empty Excel cell in SELECT ... WHERE
- Previous by thread: Re: OLE DB Provider not found for SQL Compact edition even after installing
- Next by thread: Re: OLE DB Provider not found for SQL Compact edition even after installing
- Index(es):
Relevant Pages
|