Recent content by mugoory

  1. M

    insert blob file with oracledataset

    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??
  2. M

    insert blob file with oracledataset

    Hello, i'm waiting for your reply....
  3. M

    insert blob file with oracledataset

    oh sorry i copied it dba2000 it just BLOB!! SIMAGE BLOB, CRTEMP CHAR(7) NOT NULL
  4. M

    insert blob file with oracledataset

    This is my table script SIMAGE BLOB(4000), CRTEMP CHAR(7) NOT NULL
  5. M

    insert blob file with oracledataset

    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 :=...
  6. M

    insert blob file with oracledataset

    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...
Back
Top