Board index » delphi » Using Interbase array of type
Eric H. Johnso
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Using Interbase array of type
Hi all,
I do not know if this is a Delphi or Interbase issue, however I am using D5 I add a field such as add SomeArrayField integer [6] or add SomeArrayField integer[1:6] which seems to work just fine, and Interbase identifies it as such. However when I try to access this Field through a Delphi table or Query, the Anyone know what is going on here. TIA, |