Board index » delphi » 'invalid blob length'
delphi News
![]() Delphi Developer |
Fri, 16 Jul 2004 09:32:18 GMT
'invalid blob length'
The following is a program to save an accessory to oracle8 database.
the oracle table field's data type is [long raw]; when the accessory 's size is beyond 20K,the error is 'invalid blob length'. But when the accessory's size is lower 10k,there is no error. And when I change BDE to ADO,there is no error too. I don't know why,how I can achieve it using BDE? {the code is following} |