DBCommand() is pretty much for one-time-use. DBGetRecordset() allows you top open the connection via DBConnOpen, then execute multiple SQL statements before you close the connection via DBConnClose, more efficient way to handle the database connection.
_________________________
There are two types of vessels, submarines and targets.