Trying to read a table from Mozilla - Firefox! but I get an error: enter image description here

How to add sqlite3_x64? In general, I would like to know more)

  • What is sqlite_open? If you just put sqlite with nuget, then there will be an ADO.NET implementation - vitidev
  • @vitidev, So in fact: Could not load the DLL, how to load it? head does not work at all) - TriX
  • In fact, when installing sqlite from nuget, it installs System.Data.SQLite.dll and x64 / SQLite.Interop.dll, which works and does not say anything about sqlite3_x64. You seem to be trying to use a clean sishna dll for sqlite. I do not know the specifics, but the c # tag is worth it and it may be better to just use ADO.NET Sqlite - vitidev
  • Well, in your case it can be possible to go and swing binary implementations, for example from sqlite.org and drop them next to the executable and give the name of the necessary one. Well, this is if I understand correctly that you are trying to use sqlite clean without any wrappers. - vitidev

0