Do not use parentheses when callling stored procedures in Oracle and VB.NET
The proper way to call Oracle stored procedures from VB.NET is "REGISTRY_PKG.DELETE_REGISTRY"
Do not call them from with parentheses, e.g., mysp() . It will not run .
Do not call them from with parentheses, e.g., mysp() . It will not run .

0 Comments:
Post a Comment
<< Home