I Displayed a table from Oracle database in front end. I generated Sequence for ID. After Dynamically Adding a row and trying to save i need to display the ID both in front end & back end
David Thompson
Greenhorn
Joined: Mar 26, 2006
Posts: 4
posted
0
Originally posted by KOLLURU SANGEETHA SUDHA: I Displayed a table from Oracle database in front end. I generated Sequence for ID. After Dynamically Adding a row and trying to save i need to display the ID both in front end & back end
David Thompson
Greenhorn
Joined: Mar 26, 2006
Posts: 4
posted
0
Originally posted by KOLLURU SANGEETHA SUDHA: I Displayed a table from Oracle database in front end. I generated Sequence for ID. After Dynamically Adding a row and trying to save i need to display the ID both in front end & back end
Sorry for the blank post - that's a greenhorn's first post! Please help me understand your question, were you able to successfully insert a row in the Oracle database? In order to programmatically insert a record into Oracle, I had to create an Oracle trigger.