Re: MTS & Oracle database
Hello,
Try to make Insert Through SQL DML
and use OLE/DB provider for ORACLE, with ADO. Some thing like this
Conn.BeginTrans
Conn.Execute("Insert into TAble Values(" ")")
conn.commitTrans
it'll automatically get faster.
beceause if u are using PL/SQL Stored Procedure, u'r Component has to make request to u'r ORACLE Server and Receive The Result.
So try to do it directly.
if u'r problem is not solved by this solution then acknowledge be at:
[email protected]
Best of Luck
Bye
Vivek Singh