Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jdbc driver for Microsoft SQL Server CE(Compact Edition) 3.5

I want to be able to explore the contents of a DB for this version of the DB. I was thinking of using the Squirrel DB client (which needs a JDBC driver).

Therefore, I'm looking for a JDBC type 4 driver for SQL SERVER 3.5. Can somone point me to a FREE OR open source or trial ware ?

If no JDBC driver, how do MS developers explore a given .SDF file ?

Thank you,

BR,
~A

like image 300
anjanb Avatar asked Sep 26 '08 19:09

anjanb


1 Answers

There is a free program called SQLCeEditor that does it.

I'd still like a JDBC driver though since that would make it easy to use with Eclipse and Java.

like image 54
djangofan Avatar answered Sep 30 '22 07:09

djangofan