Connecting to sql server database mdf file without installing sql server on client machine?

后端 未结 4 915
时光说笑
时光说笑 2020-12-06 05:24

I am creating a window application that need to use sql server database. I want to install this application to client machine without installing sql server so that my appli

4条回答
  •  旧时难觅i
    2020-12-06 05:31

    You can try Sql Compact Edition or SqlLite. I think these are just a file based solution.

提交回复
热议问题