Define the a number to provide unique identification to the module.
Mydb.dbUnit = 123
Since ASP-db.Net supports multiple modules, the variables associated with each module execution are identified by a unit number attached to the end of the variables. A common mistake is to execute multiple modules without changing the dbUnit hence all the variables are carried over. This property can also be set in dbQP.
Set Unit to 1
Obj.dbUnit = 1 Obj.dbQP = "u=1"