To all
I want to execute a procedure or function in oracle.
any one can posting sample here...?
TQ.
Mulyadi.
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()
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 101 guests