The offer on increase of functionalities ODAC

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Legion
Posts: 30
Joined: Wed 01 Jun 2005 15:38
Location: Russia

The offer on increase of functionalities ODAC

Post by Legion » Fri 03 Jun 2005 14:08

2 Core Lab Team
Add an opportunity for generate unique key value for TOraQuery using PL/SQL block (similar KeySequence).
I made this addition since I use only packages for access to Oracle.
If it interesting, I can send modified source.
Sorry my bad english (my native language is russian) :?

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

Post by Alex » Fri 10 Jun 2005 08:41

The KeySequence feature is designed for automatic Key fields values generation, it uses a PL/SQL block to get key values and fill with them key fields. This feature covers the most part of users needs, but if such approach doesn't fit to your situation, you always can write your own SQL or PL/SQL that makes a job. In any case it would be intresting to see your solution, You can send a message to ODAC support address.

Legion
Posts: 30
Joined: Wed 01 Jun 2005 15:38
Location: Russia

Post by Legion » Fri 10 Jun 2005 16:04

I send mail

Post Reply