I am using ZeosLib in Delphi 2007. I am trying to load the spatialite extension using the following code:
Code: Select all
Zconnection1.Connected := true;
ZQuery1.SQL.Clear;
ZQuery1.SQL.Add('SELECT load_extension(''libspatialite-2.dll'')');
ZQuery1.ExecSQL;
messagedlg('After extention',mtinformation,[mbok],0);
However how call the function using ZeosLib?
Regards,
Carlos