Hi trScott,
I have used document level javascript as:
var myfield = this.getField("Button1");
myfield.buttonImportIcon("../PDF/logo.jpg");
it will work in Acrobat 7 prof and not in Acrobat Reader 7.
yes, PL/SQL Tables are defined as IN parameter here. There are 6 columns of these types. It is supposed to work as BULK updates for the modified columns. Passing arrays to the procedure. Is it possible doing with ADO? Are there any third party tools to do this.
Thanks.
Thanks!! Here is the snippet of the code...
TYPE wno IS TABLE OF report_schedule.wno%TYPE
INDEX BY BINARY_INTEGER;
TYPE vno IS TABLE OF report_schedule.vno%TYPE
INDEX BY BINARY_INTEGER;
TYPE repseqno IS TABLE OF report_schedule.rep_seq_no%TYPE
INDEX BY...
Please find the code as below:
Dim cmd As ADODB.Command
Dim sAction As String, sPrintSchDate As String
Dim sWaesNo(0) As String
Set cmd = New ADODB.Command
cmd.CommandText = "rpt_core.pr_report_schedule"
cmd.CommandType = adCmdStoredProc
cmd.ActiveConnection = Conn
sAction = "U"...
Thanks fredericofonseca!!
When I am trying to see parameter collection, i am getting following error "Provider cannot derive parameter information and SetParameterInfo has not been called"
I am calling a oracle stored procedure having one of column as "PL/SQL TABLE" through Visual basic code using ADO objects. I am getting wrong types passed error.
at the following code:
cmd.Parameters.Append cmd.CreateParameter("P_REPORT_CD", adVarchar, adParamInput, Len(sReportCd(0))...
I am calling a oracle stored procedure having one of column as "PL/SQL TABLE" through Visual basic code using ADO objects. I am getting wrong types passed error.
at the following code:
cmd.Parameters.Append cmd.CreateParameter("P_REPORT_CD", adVarchar, adParamInput, Len(sReportCd(0))...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.