You are not logged in.
Pages: 1
Hi, we are currently investigating conflict in our mORMot base(incorrect collate causing some records to not return when using where "logonname = x"), and we are wondering wether, when both are presents, who get priority between SynSQLite3static.pas and sqlite3.dll ?
Basically, we have an unit, using another unit that use SynSQLite3Static, and in the release folder (after compilation) we have a sqlite3.dll needed for operations on non-mormot databases.
In this case, will said unit prioritise(use by default) SynSQLite3Static, or the sqlite3.dll present in the release folder ?
Thanx in advance
Pages: 1