What does “Data Source cannot be empty. Use :memory: to open an in-memory database” mean?

后端 未结 4 2016
野趣味
野趣味 2021-01-17 12:15

I recently converted my SQL Server database into SQLite DB. But when I try to open my SQLite using .Open() it throws me this error:

Data Source          


        
4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-17 12:33

    You haven't provided a data source name, aka where the sqlite file exists.

提交回复
热议问题