Saving a array of bytes using ADO

From: yc (yc_at_yc.yc)
Date: 02/17/05


Date: 17 Feb 2005 04:08:31 -0800


I have a access (mdb) file with the following table and field features.
TEST_TABLE
  a Text(128)

In my Delphi appl. I would like to be able to save a byte array of 128. ( var a : array[0..127] of byte;)
In TADOQuery component there is no way of saving an array of bytes. If I manage this for mdb I think I can use the same technique for other DB using ADO components.

Is there any way of doing this ?
If yes, how ?
A code snippet is appreciated.
Thanks in advance
yc



Relevant Pages

  • Re: Access 2002 unexpectedly quits and Catastrophic Failure messages
    ... I believe I am having a similar problem with an Access MDB. ... unexpectedly quits with no error messages and the info that was being ... the next part (testing with a total of 3 users saving a new contact ...
    (comp.databases.ms-access)
  • Just not getting it--need help with Generate Report function
    ... spending too much time racking my brains trying to figure this ... $page_title = 'Generate Report'; ... $mdb = new mdb; ... $scols = array; ...
    (alt.php)
  • VB.Net (ADO): Thoughts on Copying 7 tables to 1 table
    ... There is a performance hit when this happens (about a 1-2 second ... a single table in a "new' MDB file. ... I first get the number of rows for a table, re-dim my array and gather the ... columns from a single MDB into a new single MDB with 1 ...
    (microsoft.public.vb.database.ado)
  • VB.Net (ADO): Thoughts on Copying 7 tables to 1 table
    ... There is a performance hit when this happens (about a 1-2 second ... a single table in a "new' MDB file. ... I first get the number of rows for a table, re-dim my array and gather the ... columns from a single MDB into a new single MDB with 1 ...
    (microsoft.public.data.ado)
  • VB.Net (ADO): Thoughts on Copying 7 tables to 1 table
    ... There is a performance hit when this happens (about a 1-2 second ... a single table in a "new' MDB file. ... I first get the number of rows for a table, re-dim my array and gather the ... columns from a single MDB into a new single MDB with 1 ...
    (microsoft.public.dotnet.framework.adonet)