M
Mike Iacovou
Hi all.
starting out in access... i would like to store & retrieve a large (base64)
string in an access table field... i understand that it is possible to store
1Gb data programmatically (or at least 64K) via VBA...
If anyone has the time, please could you:
1. confirm that memo fields can store > 64K in Acess 2000+
2. illustrate the correct method to store & retrieve a large string in a
memo field - for example field 'Base64' in table 'BinaryData' - this table
only has this single field.
Constructing an INSERT statement and executing it seems to limit entry to
64K...
Many thanks
Mike
starting out in access... i would like to store & retrieve a large (base64)
string in an access table field... i understand that it is possible to store
1Gb data programmatically (or at least 64K) via VBA...
If anyone has the time, please could you:
1. confirm that memo fields can store > 64K in Acess 2000+
2. illustrate the correct method to store & retrieve a large string in a
memo field - for example field 'Base64' in table 'BinaryData' - this table
only has this single field.
Constructing an INSERT statement and executing it seems to limit entry to
64K...
Many thanks
Mike