Creating an embedded mysql database

How to create embedded mysql db with c #?

+3
source share
4 answers
  • Define "inline"

  • If you are trying to use MySQL without installing MySQL, you are out of luck. SQLite and SQL Server Compact Edition (see Matthew Link) relate only to your ability to use the database without installing a server.

+3
source

"The built-in server library is based on the version of the MySQL client / server that is written in C / C ++. Therefore, the built-in server is also written in C / C ++. There is no built-in server in other languages."

http://dev.mysql.com/doc/refman/5.0/en/libmysqld.html

+2
source

, SQLite , , SQL Server CE. , SQLite , .

, SQL Server CE , , , #. , SQLite . UDF, #. .

, SQLite, - , SQL Server. SQLite, , , ADO , float double. , , , . .

SQL, , SQL Server CE , .

+1
source

All Articles