Search found 3 matches

by DoctorC
15.03.2006, 17:35
Forum: 6.1.5
Topic: Working with arrays
Replies: 4
Views: 2273

I know how to define a field as array, but now I need to insert data in it from Delphi using tzquery, I think. Does anybody know how to do it? I defined a param in tzquery: query.Params.CreateParam(ftArray,'MYARRAY',ptUnknown); and trying to assign to it a value: anArray:Array[1..5] of Byte; // defi...
by DoctorC
15.03.2006, 07:17
Forum: 6.1.5
Topic: Working with arrays
Replies: 4
Views: 2273

Ooops,
of course a basic info :)
Firebird 6.1.5 and Delphi 5
by DoctorC
14.03.2006, 08:40
Forum: 6.1.5
Topic: Working with arrays
Replies: 4
Views: 2273

Working with arrays

Hi, I am new to zeos components. I read quite a lot but I couldn't find any info about working with arrays. I defined in a database a domain MyArray as an array of smallint and a field MyField using this domain Now how can I work with it from Delphi? How to read and write data to that field? Thanks ...