Hello, I can't think straight at the moment. Is it possible to do this...
Perform ONE select field1, field2, field3 from ... operation on my MSSQL db. And then perform something similar to GetRows on the objRS so I end up copying the column data into the 3 arrays. Can I do this quickly? Or do I need to loop through the objRS with MoveNext - I was trying to avoid this and wanted a quick solution like GetRows. I know I can do GetRows, then loop through that 2D array but that's kind of slow as well isn't it? Any ideas? Thanks, Nick --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
