On specify data type as UnKnown,i am getting the error "Inconsiste nt or incomplete info was provided".
ObjCmd.Paramete rs.Append ObjCmd.CreatePa rameter("v_retu rn_flag", adUnknown, adParamOutput)
User Profile
Collapse
-
the problem is that the out paramter in oracle is of type Table Of Integers.What do i give in vb.
For the input paramter in vb,i have not given the data type.How to do the same for output?Is there any datatype in vb similar to "Table of Integers" in oracle?Leave a comment:
-
VB - Oracle Connectivity Issue
Hi,
In our ASP application, we are using a visual basic Dll file to perform database operations. We have a function in our Dll file for executing stored procedures.
This function takes 3 input parameters from ASP
1. Connection String
2. SQL String (call stored procedure string)
3. Input Parameters.
We are using...
No activity results to display
Show More
Leave a comment: