Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Problem with Builder->Oracle

Problem with Builder->Oracle

From: Jacek Jelonek <jacek.jelonek_at_cs.put.poznan.pl>
Date: Thu, 16 Dec 1999 10:38:12 +0100
Message-ID: <3858B304.E83FE912@cs.put.poznan.pl>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US