L
L
Lev Bazdyrev2015-05-10 10:54:07
Delphi
Lev Bazdyrev, 2015-05-10 10:54:07

Error while creating database in sqllite, Delphi?

Procedure code:

procedure TForm2.clickCreateDB(Sender: TObject);
begin
  name:=Edit1.Text;
  sldb:=TSQLiteDatabase.Create(name+'.db');
end;

Delphi XE8 development environment. There is an error in the picture when creating the database!
e3f55c87b4fc41afb89c009db7d6f015.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zed, 2015-05-10
@Bazdyrev_Levan

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 question

Ask a Question

731 491 924 answers to any question