Best way to insert record?
Posted: Tue 16 Aug 2005 09:38
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.
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.