exists sample code for DBMS_JOB

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

exists sample code for DBMS_JOB

Post by woschi » Wed 26 Jan 2005 11:17

Hi

exist there any demo-project for the DBMS_JOB package?
It would be nice :D to have a component that encapsulate the hole thing.

Regards
Wolfgang Schiefer

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

Post by Alex » Thu 27 Jan 2005 07:06

There is no any demo projects for DBMS_JOB Oracle package in ODAC, but you still can access it functionality using TOraPackage component or direct SQL statements with any DataSet descendant.
If you need more info about TOraPackage pls. see ODAC help TOraPackage topic.

Post Reply