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.