MySQL Forums
Forum List  »  Delphi

Re: How to execute this query
Posted by: Evgeniy Derevyanko
Date: February 01, 2007 08:20AM

You can try to use MyDAC. It provides functionality for execution multi-statement queries (TMyScript, TMyQuery components). If you want to insert a lot of records into a table, you can use the TMyLoader component that allows you to increase performance on records insertion by several times. Details at http://crlab.com/mydac/

Evgeniy Derevyanko, Core Lab Team
(crlab.com)



Edited 1 time(s). Last edit at 02/01/2007 08:22AM by Evgeniy Derevyanko.

Options: ReplyQuote


Subject
Written By
Posted
January 17, 2007 07:41AM
January 20, 2007 12:10PM
Re: How to execute this query
February 01, 2007 08:20AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.