Saving a array of bytes using ADO
From: yc (yc_at_yc.yc)
Date: 02/17/05
- Next message: Zhuo: "Re: Multiple-step OLE DB operation generated errors. Check each OLE DB status value"
- Previous message: treok: "Re: Pulling From Excel Files"
- Next in thread: yc: "Re: Saving a array of bytes using ADO"
- Reply: yc: "Re: Saving a array of bytes using ADO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Zhuo: "Re: Multiple-step OLE DB operation generated errors. Check each OLE DB status value"
- Previous message: treok: "Re: Pulling From Excel Files"
- Next in thread: yc: "Re: Saving a array of bytes using ADO"
- Reply: yc: "Re: Saving a array of bytes using ADO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|