To all
I want to execute a procedure or function in oracle.
any one can posting sample here...?
TQ.
Mulyadi.
To all
I want to execute a procedure or function in oracle.
any one can posting sample here...?
TQ.
Mulyadi.
Halooooooo........
I create a Procedure or Function or Sequence in Oracle,
but i dont know how to execute it with FWH.....
Muyadi.
oCmd := TOleAuto():New( "ADODB.Command" )
WITH OBJECT oCmd
:ActiveConnection := oCn // Connection object already created
:CommandText := <StoredProcName>
:CommandType := adCmdStoredProc // Value is 4
END
// Assuming there are no paramters for the stored procedure
// Execution
oCmd:Execute()Thanks Mr Nages.
I try it and i posting the result later...