1

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

Sony
  • 7,136
  • 5
  • 45
  • 68

1 Answers1

1

Unfortunately there isn't any ODBC driver for Compact Edition. But you can use this to connect OLE DB

Source: Paul Sasik

Community
  • 1
  • 1
Mnemonics
  • 679
  • 1
  • 10
  • 26
  • 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