1

Installed 64-bit version of the SQL Server CE 4.0. By using SQL Server Management Studio has created a .sdf file of database. How to connect from Delphi XE to that database?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
HeathRow
  • 117
  • 1
  • 8

1 Answers1

0

You can use Devart UniDAC to connect to SQL Server CE files. I tried it and it works!

Steve F
  • 1,527
  • 1
  • 29
  • 55
  • 3
    This is not an answer to the question asked, and shouldn't be posted as one. It's a recommendation for a third-party library. It's at best a comment to the original question. – Ken White Nov 22 '13 at 22:29