Re: Please Help!How to write/read 7.5 K binary data to SQL database
- From: "Val Mazur \(MVP\)" <group51a@xxxxxxxxxxx>
- Date: Wed, 6 Jul 2005 22:49:24 -0400
Hi,
You need to use IMAGE datattype. Essentially it is a binary type but allows
to keep values bigger tan 8000 bytes. Check next KB with an example how to
work with the BLOB-types fields using ADO Stream object
http://support.microsoft.com/default.aspx?scid=kb;en-us;258038
--
Val Mazur
Microsoft MVP
http://xport.mvps.org
"Pola" <Pola@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E4B40146-4A49-4A53-9ABD-5A3CECA05E7B@xxxxxxxxxxxxxxxx
> My development Tools:
> Visual C++ 6.0, SQL Database, ADO.
> Operating system:Win XP/2000.
>
> We want to write data in binary format, size of data 7.5K to one field in
> SQL database.
> We used "sql_variant" type of field in SQL database.
> We tryed to write and read this field using ADO mechanism,
> but it was unsuccessful.
>
> How we can write and read 7.5k binary data to one field in SQL Database?
> Please Help us to solve this problem?
>
> Thank you,
> Pola
>
.
- References:
- Prev by Date: Re: Recordset Update
- Next by Date: Re: Recordset Update
- Previous by thread: Please Help!How to write/read 7.5 K binary data to SQL database
- Next by thread: Recordset Update
- Index(es):
Relevant Pages
|
|