A
Adam Maltby
Hi,
I am writing a project which will extarct some random entries from an sql table and hold them for later use.
My question is:
Which would provide the best performance; Select the data with sql calls and hold the data a vb array or Select the data with sql calls and hold it in a temporary sql table?
Cheers
Adam
I am writing a project which will extarct some random entries from an sql table and hold them for later use.
My question is:
Which would provide the best performance; Select the data with sql calls and hold the data a vb array or Select the data with sql calls and hold it in a temporary sql table?
Cheers
Adam