Using datatype array

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jkuiper
Posts: 138
Joined: Fri 04 Aug 2006 14:17

Using datatype array

Post by jkuiper » Wed 21 Apr 2010 13:11

For my application I want to store an array into Virtualtable.
With the fields editor I create a field with the datatype of array with a length of 10. But when I open my virtualtable it can't find the field and my delphi crash.

Is it possible to create array datatype (ftArray)?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 22 Apr 2010 08:22

TVirtualTable supports only these types: String, WideString, Smallint, Integer, Word, Boolean, Largeint, Float, Currency, Date, Time, DateTime, Blob, Memo, Guid, Bcd, FmtBcd, Bytes, VarBytes, Variant.

Post Reply