Skip to Main Content

SQL & PL/SQL

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Passing multiple records pl/sql through link

2955247May 30 2015 — edited Jun 1 2015

I want to pass multiple variables throught link to my procedure.Everthing is good when i'm trying to pass one record, but i can't solve problem when i have to pass two records.

I was trying with # ,& ,?  but no succes ;(

This works for one record.

htp.tableRowOpen(2,2); 
  htp
.tableData(rekord.Name,2,2);
  htp
.tableData('<A Href=http://localhost:8080/my_epg_dad/Client.AddProduct?id='||rekord.id_product||'>Add</a>',2,2);




For one variable like this below it works.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 29 2015
Added on May 30 2015
1 comment
517 views