how is the field declared in the create table statement and what is the database engine?
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Colin Dillicar
Sent: Tuesday, September 25, 2001 11:19 AM
To: Multiple recipients of list delphi
Subject: [DUG]: Database , Array of byte Field

Hi all,
 
  I have created a database with one of its fields defined as an array of bytes (9 of them).
 
  The array field is named 'Data' , for want of something better.
 
  I want to write another memory array defined as, var MemData : array[0..8] of byte, to the Database field.
 
  I can't remember or find out how to do this and I would like somebody to enlighten me.
 
       Something like < Form1.FFTable1.Fieldbyname('Data'). {asArray?} := MemData; > maybe ?
 
Cheers
 
       Colin
 

Reply via email to