Create embedded mysql database

后端 未结 4 1218
悲哀的现实
悲哀的现实 2020-12-11 09:18

How to create an embedded mysql db with C#?

4条回答
  •  情书的邮戳
    2020-12-11 09:21

    1. Define "embedded"

    2. If you're trying to use MySQL without installing MySQL, you're out of luck. SQLite and SQL Server Compact Edition (see Matthew's link) are about your only options for using a database without installing a server.

提交回复
热议问题