Bulk inserts with dBExpress

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
mszczesn
Posts: 2
Joined: Wed 06 Sep 2006 13:30

Bulk inserts with dBExpress

Post by mszczesn » Wed 06 Sep 2006 13:43

Hi,
does anybody know whether it is possible to use bulk inserts (parametrised insert statement with parameters + arrays of values for fast insert into database) with dBExpress driver, either in the OCI or Net mode? OCI generally supports this and this method is used by OraLoader in ODAC components. But my application relies on dbExpress components and related DB configuration and I would not like to mix ODAC+dBExpress in one app. A sample code would be appreciated.

Thank you for any help.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Thu 07 Sep 2006 14:35

dbExpress technology doesn't support such functionality.

Post Reply