Were changes made to TMSConnection.GetTableNames? I updated from 3.70 to 3.80 and now GetTableNames seems to be returning dbo.Customers instead of Customers like it did in the past. Is there a way to set back to the original style?
There were changes in TMSConnection.GetTableNames. Now table name includes its schema name.
It was made for compatibility with MS SQL Server 2005 and it is more correct.
There is no way to return to old behaviour.