No such Table in C# with SQLite

别说谁变了你拦得住时间么 提交于 2019-12-12 02:46:51

问题


I want to make a Report with Microsoft Report Viewer in C# with SQLite DB, I am using SQLite ODBC Driver and when I make DataSet and Data Source to report, it has such Error:

Additional information: ERROR [HY000] no such table: Fuel (1)

but I have this Table and I have Connection to SQLite DB.

Here is Error:

and I have Dataset and Database connection:

But When I want to load data from Table it retries to connect:


Anytime to work with Database it wants to connect to DB again.


When I want show Table date it was retry to connect:


回答1:


I think it is a problem when you make a 32bit application on 64bit OS.

This is the notice in SQLite ODBC Driver, need install 64 bit and 32 bit.



来源:https://stackoverflow.com/questions/39873296/no-such-table-in-c-sharp-with-sqlite

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!