Usage of TIBCStatisticalService.TableNames?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tsteinmaurer
Posts: 52
Joined: Thu 17 Dec 2009 08:25

Usage of TIBCStatisticalService.TableNames?

Post by tsteinmaurer » Mon 20 Feb 2012 10:11

Hello,

using the statistical service component, I want to limit the requested data to a particular list of tables. I've tried to use the TableNames property, but I always get the database statistics data from all tables. In a simple test this was for only one table. What's the intended use of this property?

I'm using V4.0.1.

Thanks,
Thomas

tsteinmaurer
Posts: 52
Joined: Thu 17 Dec 2009 08:25

Post by tsteinmaurer » Mon 20 Feb 2012 10:30

Ah, figured out that I also have to use soStatTables, which isn't listed/documented in the help file btw. :D

Perhaps you can add the usage/importance of soStatTables to the help file?

AndreyZ

Post by AndreyZ » Mon 27 Feb 2012 11:52

Thank you for the information. We will add the information about the soStatTables option to the IBDAC documentation.

Post Reply