Re: Data transfer performance issue
- From: "pilmart" <martin.scullion@xxxxxxxxxxxxx>
- Date: 4 Oct 2007 01:44:52 -0700
"Dmitry Arefiev [da-soft.com]" <darefiev@xxxxxxxxxxx> wrote:
One change. Instead of
ADStoredProc1.Params[..].AsXxxx[i]
use
ADStoredProc1.Params[..].Values[i]
Regards,
Dmitry
--
Dmitry Arefiev - www.da-soft.com
AnyDAC - Oracle, MySQL, MSSQL, MSAccess, IBM DB2, Sybase
ASA, DbExpress, ODBC freeware data access engine
ThinDAC - multitier data access engine
Sorry - Unable to use 3rd party s/ware so have to use some combination of ADO/PL/sql/Oracle.
Was thinking I could maybe pass my recordset to a PL/SQL Package and use bulk binds to load it to the database
Anyone had any experience with this ???
.
- Follow-Ups:
- Re: Data transfer performance issue
- From: Del Murray
- Re: Data transfer performance issue
- References:
- Data transfer performance issue
- From: Pilmart
- Re: Data transfer performance issue
- From: Dmitry Arefiev [da-soft.com]
- Re: Data transfer performance issue
- From: Dmitry Arefiev [da-soft.com]
- Data transfer performance issue
- Prev by Date: Re: TExecuteOptions Problem
- Next by Date: Delphi Dataset to PL/SQL Package
- Previous by thread: Re: Data transfer performance issue
- Next by thread: Re: Data transfer performance issue
- Index(es):
Relevant Pages
|