B
Brian K. Maher
Guest
David, My previous comment only applies if you want to have an instantiated class instance work against two or more databases. The 1018 error indicates what the error text detail you posted says .. perhaps your code does the disconnect of the first database while there are still references to that database in which case the disconnect will simply pend until all references to the database are gone. Make sure there are no running programs (or class instances) which reference DB1 before you disconnect it. Brian
Continue reading...
Continue reading...