problem with adding new guid field

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dartas
Posts: 18
Joined: Mon 12 Jan 2009 14:40

problem with adding new guid field

Post by dartas » Tue 28 Dec 2010 10:56

hello,
i can't add new guid field in virtual table. error occurring: "invalid field size"

AndreyZ

Post by AndreyZ » Tue 28 Dec 2010 14:20

Hello,

Thank you for the information. We have fixed this problem. This fix will be included in the next VirtualTable build. As a workaround you can use the following code:

Code: Select all

VirtualTable.AddField('guid', ftGuid, 38);

Post Reply