Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use user defined function in select query using Toplink

562643Apr 21 2007 — edited Apr 23 2007
Hi Friends

I am little bit of new in Toplink stuff... so please help me...

I have to database functions 1. encrypt and 2. decrypt.

I want to exceute the following sql query using toplink


select port, database, user_name, decrypt(encrypt('String which is to be encrypt ','password'),'password') from CONFIGURATION

can anyone tell me , how to write code in toplink which will give the about sql output.

thanks .....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2007
Added on Apr 21 2007
3 comments
931 views