Lazarus

Programming => Databases => Topic started by: leshekb on November 10, 2009, 08:35:37 pm

Title: SQLite3connection and some others DB in x64 version?
Post by: leshekb on November 10, 2009, 08:35:37 pm
These components aren't visible in x64-version ($IFNDEF WIN64):
MYSQL4CONNECTION, ORACLECONNECTION, PQCONNECTION, SQLITE3CONNECTION.

Why?
Title: Re: SQLite3connection and some others DB in x64 version?
Post by: alter on November 10, 2009, 10:46:52 pm
No idea how in case of other client libs but I am pretty sure that there is no official 64 bit sqlite build so I suppose that's why.
Title: Re: SQLite3connection and some others DB in x64 version?
Post by: leshekb on November 11, 2009, 09:57:08 pm
I don't ask about x64 sqlite3.dll, I just want to make x64 IDE load x32 dll and component to develop my x32 application w/sqlite! I dunno what the problem.
...
else
   if (ide=x64) and (app requires sqlite) then begin
       messagebox('Though luck: do it manually!');
       exit;
   end;
TinyPortal © 2005-2018