PDA

View Full Version : Problem with Insert record to Paradox Table


Paweł Michalec
04-10-01, 04:32
Hello

I have problem when I try insert record to Paradox table. I use C++ Builder and insert data using instructions

{ TTable.Open();
TTable.Insert();
TTable.Post()
TTable.Close()
}

Sometimes all records are inserted, sometimes only part of records sometimes neither record. I don't know why. Maybe it is problem with configuration BDE - I don't know. Could you help me resolve this problem?

Pawe