ADO DBExpress Writing multiple records to a database
From: Gregory A. Dunn (gregd_at_eagleresearchcorp.com)
Date: 02/19/04
- Next message: tony: "Re: Is it possible to pass a TADOConnection to a Delphi Built DLL"
- Previous message: eWolverine: "Re: convert to 3 tier ?"
- Next in thread: Viatcheslav V. Vassiliev: "Re: ADO DBExpress Writing multiple records to a database"
- Reply: Viatcheslav V. Vassiliev: "Re: ADO DBExpress Writing multiple records to a database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 19 Feb 2004 17:12:48 -0500
Hello,
I am working on a database application which writes large numbers of records
at a time. In all of my attempts, this seems to be an extremely slow
process. I am currently using Microsoft Access but also plan on using this
application with various SQL databases in the future. I have tried ADO and
also DBExpress with the Open Source DBExpress driver for ODBC. I have tried
using Edit/Insert/Append/Post as well as using Update/Insert queries. I have
tried using Caching, ClientDataSets, etc. Some methods showed more
performance that others, but none seemed to be as good as I would like. Can
anyone suggest the most speed efficient way to insert/update multiple
records. Which databases are best for this type of application, Access, SQL
Server, MySQL ...?
Thanks,
Greg Dunn
- Next message: tony: "Re: Is it possible to pass a TADOConnection to a Delphi Built DLL"
- Previous message: eWolverine: "Re: convert to 3 tier ?"
- Next in thread: Viatcheslav V. Vassiliev: "Re: ADO DBExpress Writing multiple records to a database"
- Reply: Viatcheslav V. Vassiliev: "Re: ADO DBExpress Writing multiple records to a database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|