Subject | Basic Blob Prob |
---|---|
Author | Paul Hope |
Post date | 2001-07-10T16:17:23Z |
Hi
First attempt at simple text blob handling has failed :-(
Cursor with SQL = select * from procedure(... :MYBLOB, ...)
ParamByName('myblob').Assign(amemo.lines);
the dubugger shows sensible data in the parameter as this stage
the procedure has
create procedure ( ..... , MYBLOB BLOB SUB_TYPE 1 SEGMENT SIZE 80, ....)
as
insert into table( . . . . blobfield, . . )values( . . . :MYBLOB, . . .)
All the other fields have data in them except the blob field. When the
procedure was called through the bde it worked fine.
(v3.6D)
Any ideas?
Regards
Paul
First attempt at simple text blob handling has failed :-(
Cursor with SQL = select * from procedure(... :MYBLOB, ...)
ParamByName('myblob').Assign(amemo.lines);
the dubugger shows sensible data in the parameter as this stage
the procedure has
create procedure ( ..... , MYBLOB BLOB SUB_TYPE 1 SEGMENT SIZE 80, ....)
as
insert into table( . . . . blobfield, . . )values( . . . :MYBLOB, . . .)
All the other fields have data in them except the blob field. When the
procedure was called through the bde it worked fine.
(v3.6D)
Any ideas?
Regards
Paul