S
Steve Kershaw
Hi,
I need to call an Oracle procedure from an ObjectDataSource so I can
"Commit" the changes to the database. While using a TableAdapter is
great for retrieveing data (select * from mytable) for example, but
updating and inserting into an oracle table is difficult in a
TableAdapter because of the requirement to Commit; the changes and
TableAdapters will only compile SQL (versus PL/SQL) commands.
Can anybody help me in this?
Thanks so much
Steve
I need to call an Oracle procedure from an ObjectDataSource so I can
"Commit" the changes to the database. While using a TableAdapter is
great for retrieveing data (select * from mytable) for example, but
updating and inserting into an oracle table is difficult in a
TableAdapter because of the requirement to Commit; the changes and
TableAdapters will only compile SQL (versus PL/SQL) commands.
Can anybody help me in this?
Thanks so much
Steve