Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1019 Points
780 Posts
May 03, 2012 07:09 PM|LINK
I found out that Oracle does not have a NOCOUNT ON/OFF, it uses SET FEEDBACK ON/OFF. In any case, if I include this in my SQL statement, it barfs!
string sQuery = "begin set feedback on; update table ....;end;"
NoBullMan
Participant
1019 Points
780 Posts
Re: FormView.ItemUpdated problem
May 03, 2012 07:09 PM|LINK
I found out that Oracle does not have a NOCOUNT ON/OFF, it uses SET FEEDBACK ON/OFF. In any case, if I include this in my SQL statement, it barfs!
string sQuery = "begin set feedback on; update table ....;end;"