Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Problem with Builder->Oracle
Hi,
I have problem with inserting record into Oracle database. I tried to do it using TTable component in following way:
T->Open();
T->Append();
// seting the fields
T->..
//
T->Post(); <- error invalid nuber
It works in case of MsAccess.
Jacek
Received on Thu Dec 16 1999 - 03:38:12 CST
![]() |
![]() |