Hi,
On my IIS Server I have an SQL database holding 100,000 part numbers.
In my ASP code I create multiple connections with multiple recordsets to the same database (different tables).
Some of the queries are nested!
Is this good practice or should I be creating just one connection the the database with multiple recordsets to the one connection?
Thanks.
Mike