Borland C++ builder connection with database

Hello there.
I'm having a problem with queries in C++ builder.
I want to insert a new entry in table, but it doesn't respond when it should.
I suppose I have connected to database and chosen the right table.
And the main code for inserting data is:
DataModule2->Query1->SQL->Add("INSERT INTO 'lietotaji.db' (Name) values ('text_name->Text') ");
Before and after it there is no useful code.

So, thanks everyone in advance.
Why don't you use sqlite and forget about Borland crap ?
Well, Borland database was together with builder so I tried to use it.
Is there any difference which I am using - sqlite or borland database desktop?
Topic archived. No new replies allowed.