Answer the question
In order to leave comments, you need to log in
Error while creating database in sqllite, Delphi?
Procedure code:
procedure TForm2.clickCreateDB(Sender: TObject);
begin
name:=Edit1.Text;
sldb:=TSQLiteDatabase.Create(name+'.db');
end;
Answer the question
In order to leave comments, you need to log in
The question is clearly designed for telepaths.
There are no errors in the above code, but a lot depends on what we do not see. The hieroglyphs in the error message are especially pleasing. Who is issuing this message? In SQLite3, all errors are written in English: https://www.sqlite.org/c3ref/errcode.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question