Updating DB using Toraquery or Tsmartquery

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
vabs

Updating DB using Toraquery or Tsmartquery

Post by vabs » Tue 07 Jun 2005 08:57

Hi all,
does the mechanism of update here works like BDE...
in bde i can either set catchedupdates to true or requeestlive to true in order to update the data from the db.
over here how can i update or delete the records...

if i write oraquery1.post or insert it says dataset is in edit mode...
:(

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 08 Jun 2005 06:10

Please see "Updating data with ODAC dataset components" topic in ODAC help.

Post Reply