Page 1 of 1

Best way to insert record?

Posted: Tue 16 Aug 2005 09:38
by Guest
Hi
what is the best way to insert records.
I have application where I am inserting a lot of records a the same time.
What way is best way to do this, using the script and put in the sql with the values in runtime or use the
MyTable->FieldByName("FieldName")->AsInteger = 10;

Thanks.

Posted: Wed 17 Aug 2005 12:58
by Paul
Please use TMyLoader component. See Loader demo project and MyDAC help for more details.