Changes in SDAC 3.80?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
RandySill
Posts: 14
Joined: Sat 21 Oct 2006 11:42

Changes in SDAC 3.80?

Post by RandySill » Sat 21 Oct 2006 12:08

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

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Mon 23 Oct 2006 11:38

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.

Post Reply