Limitations on LONG_VARCHAR and LONG_BINARY

  • Thread starter Thread starter maarten
  • Start date Start date
M

maarten

Hi,

I try to store a Long_binary (picture) into a ODBC source (through the
Microsoft Acces driver).

This seems oké for smaller "pictures", but bigger ones fail.

Does anybody what the limitations is for LONG_VARCHAR and LONG_BINARY
types are on ACCES ?


Rrgds,
 
Use the AppendChunk/GetChunk method of a recordset to store the data
the limit is 64K otherwise

HTH

Pieter

maarten said:
Hi,

I try to store a Long_binary (picture) into a ODBC source (through the
Microsoft Acces driver).

This seems oké for smaller "pictures", but bigger ones fail.

Does anybody what the limitations is for LONG_VARCHAR and LONG_BINARY
types are on ACCES ?


Rrgds,



--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top