Is there an efficient way (i.e. quick) of inserting multiple rows at once?
Under MicrosoftSQL I am using "BULK INSERT <TABLE> FROM <FileName>" but I
can see no equivalent in FB.
I can use a DataSet but this isn't this just doing a lot of single inserts
underneath?
(Using a transaction certainly speeds thinks up)
Thanks!
Sam
|