My simple Delphi test of libSQL worked fine, creating a database 
file, executing some SQL, returning the DLL version.

Used the same code in my app framework, however, and everything kept 
coming up dead: no file created, no error reply, no version message.

The difference turned out to be the DLL. I had installed the Aducom
controls, which turned out to be fatter and more complicated than 
I wanted. I desinstalled the controls, but left the DLL in place.

The DLL which worked (dated 10/11/04) turned out to be 218K, while 
the Aducom DLL--which did not work with the libSQL calls--is 382K. 

Any idea what the extra code (debug?) is doing and why didn't it 
work? (I presume the calls have been changed.)



Reply via email to