Page 1 of 1

Changes in SDAC 3.80?

Posted: Sat 21 Oct 2006 12:08
by RandySill
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?

Randy

Posted: Mon 23 Oct 2006 11:38
by Jackson
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.