DatabaseInfo.UserNames limited to about 1024 bytes?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
upscene
Posts: 306
Joined: Thu 19 Oct 2006 08:13

DatabaseInfo.UserNames limited to about 1024 bytes?

Post by upscene » Fri 28 Oct 2011 12:20

Hey,

I noticed that when trying to get the users connected to a database, there's a maximum number of users I get returned, a customer reported 63 at first, but I've seen 168 and 65 as well.

Closer inspection of this issue revealed the maximum number of usernames seems to be related to the resulting string size, somewhere up to 1024 bytes.

Is this a known problem? Can this be fixed at the client side or is this a Firebird issue?


With regards,

Martijn Tonies
Upscene Productions

AndreyZ

Post by AndreyZ » Fri 28 Oct 2011 13:33

Hello,

Thank you for the information. We have reproduced this problem and fixed it. This fix will be included in the next IBDAC build.

Post Reply