Yep. Turbopower is probably the way to go. You could always try Tbytesfield(filedbyname('xxx')).value := bytes
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Colin Dillicar
Sent: Tuesday, September 25, 2001 2:49 PM
To: Multiple recipients of list delphi
Subject: Re: [DUG]: Database , Array of byte Field

Sorry,
 
   I should have stated that I'm using 'FlashFiler'. The Database was created with its associated 'Explorer' wizard and the field type was selected as 'ByteArray' and a length of 9 Units.
 
  I was led to believe that it was identical to the BDE in all respects other than it bound itself to the application and also behaved properly.  Previous databases created with it (but not with arrays of byte) have done just that.
 
  Perhaps I should re-direct the enquiry to TurboPower.
   Thanks anyway
 
       Colin
 
----- Original Message -----
Sent: Tuesday, September 25, 2001 11:38 AM
Subject: RE: [DUG]: Database , Array of byte Field

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