Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Bo Berglund wrote: >>Renaming the script takes care of the "Script not" found message but it >>simply leads to same error you were already getting on "Test >>Connection". > > It's the delay loading failing... the call to __HrLoadAllImportsForDll is case sensitive for some insane reason, so it works if called on my system but not if I change the case of the sqlite.dll. I've worked around it by catching the error when the first function is called - not as clean IMO but the alternative would have been a load call for every possible case combination!! Tony