Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use SQL Server Compact Edition CE on Mono?

Does anyone know if I can use SQL Server Compact Edition 3.5 on mono?

I'm hoping they are written as managed assemblies and will work ok..does anyone have any experience?

like image 636
Steve Jackson Avatar asked Apr 15 '10 10:04

Steve Jackson


People also ask

What is SQL Server Compact used for?

Microsoft SQL Server Compact (EOL, See SQL Express) (SQL CE) is a compact relational database produced by Microsoft for applications that run on mobile devices and desktops. Prior to the introduction of the desktop platform, it was known as SQL Server for Windows CE and SQL Server Mobile Edition.

What is Microsoft SQL Server Compact 3.5 used for?

SQL Server Compact 3.5 SP2 is an embedded database that allows developers to build robust applications for Windows desktops and mobile devices.

How do I view a SQL Compact database?

Click View >>Toolbars >>SQL Server Compact Edition Editor as shown. SQL Server Compact Toolbox on Codeplex - It is a Visual Studio add-in and standalone app , for managing all aspects of your SQL Server Compact database files.


1 Answers

All of the SQL Compact (except System.Data.SqlCe.dll obviously) are native libraries, so no they won't work under non-Windows platforms.

like image 177
ctacke Avatar answered Oct 08 '22 12:10

ctacke