How to Execute "exec"

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
cnqing
Posts: 1
Joined: Mon 21 Apr 2008 10:44

How to Execute "exec"

Post by cnqing » Mon 21 Apr 2008 10:56

like the topic,

has a method can use commandtext "exec insert_dept(50,'aa','bb')"

i have try dbscript,oraclescript.., set the progrees event error event but only seen "run ok".

I can't find the record in database.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Mon 21 Apr 2008 11:09

Hi!

Are you trying to run a stored procedure?
Do you have it on the server and do you have the required table there?
Try running WinForms sample.
For more information on stored procedures please refer to “Using Parameters” topic of the documentation.

If all said above is not of much help please send me (alexeyman*crlab*com)
your project.

Post Reply