I tried to connect my database application to a .sdf database, but there there is no sqlce driver listed there to build my connection string. can anyone suggest me a way. can anyone tell me, from where i can download sql server ce driver, if there is any
Asked
Active
Viewed 66 times
1 Answers
1
Unfortunately there isn't any ODBC driver for Compact Edition. But you can use this to connect OLE DB
Source: Paul Sasik
-
thanks for your time i got something from [here](http://stackoverflow.com/questions/4991694/ado-connection-to-sql-server-compact-edition-4-0) – Sony Mar 25 '14 at 19:19