TuniMetadata with SQLServer 2005/2008

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
adoniram
Posts: 22
Joined: Wed 03 Feb 2010 22:16

TuniMetadata with SQLServer 2005/2008

Post by adoniram » Sat 06 Mar 2010 15:59

I try to use TuniMetadata with SQLServer 2008 to retrieve indexes information.

It works fine, but I need the schema information too, because I have tables on different schemas that I created.

When I get the Indexes metadata information, the field SCHEMA_TABLE from TUniMetadata is empty when the table belongs to schema that I created.

Debugging the source code, I found that the error is the "user_name" function on statement that fecth index information.

I use the same statement with "schema_name" and works fine.

SQLServer have been support schema since 2005 version.

It's happening on 3.00.0.7 version too.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Tue 09 Mar 2010 10:33

Thank you for the information. We have fixed this bug. This fix will be included in the next build of UniDAC.

Post Reply