vendredi 18 septembre 2015

How to fix TSQLConnection "External Exception C06D007E"?

I have created a VCL Forms Application.

I think I'm having trouble with my TSQLConnection Driver (Sqlite).

Every time I execute the code below, I am getting an Exception.

procedure TForm4.btnConnectClick(Sender: TObject);
begin
    SQLConnection1.Params.Add('C:\SQLite\test.db');
    SQLConnection1.Connected := true; //I am getting an Exception after this line
end;

Exception class EExternalException with message 'External Exception C06D007E'

Aucun commentaire:

Enregistrer un commentaire