I am back...^^
I can't find any special thing in debug mode.
So i tested demo source( DOA DEMO - PictureDemo).
I didn't touch anything but it occured same error-( can bind a LONG value only for insert into a LONG column )
Do i need some special setting for oracle or delphi??
Thanks for your reply!!
but my version(DOA version 3.4.6.1) don't have CreateTemporary method.
it has Create method only..
so i tried like this
SQL.Add('VALUES (empty_blob(), :CRTEMP) returning SIMAGE into :SIMAGE');
JPEGImage.Assign( Temp_Image.Picture.Graphic );
BLOB :=...
Hi there
I have some problem.
I'm using DOA version 3.4.6.1, delpfi 6 and oracle 9i
I am in the process of converting a fairly complex BDE-based application to DOA, running against an Oracle 9i database.
Original code(tquery version) is here... it work well...
with TQuery_temp do...