DelphiGreg
Member
Hi Folks,
Working with a n-tier midas app that does minor things with graphics. In the client app, the user can view, load or save images from a Oracle database. The Oracle field containing the data is type BLOB, the TFields are TBlobFields.
Doing this in two-tier works fine. When moving things into the appServer though, I continually get a message "ORA-01461: can bind a LONG value only for insert into a LONG column". Watching things in debug mode I think what is happening is somewhere the data is being typecast as Long Raw. This would indeed produce this error.
Any ideas how to make this work?
Thanks,
Greg Postlewait
Working with a n-tier midas app that does minor things with graphics. In the client app, the user can view, load or save images from a Oracle database. The Oracle field containing the data is type BLOB, the TFields are TBlobFields.
Doing this in two-tier works fine. When moving things into the appServer though, I continually get a message "ORA-01461: can bind a LONG value only for insert into a LONG column". Watching things in debug mode I think what is happening is somewhere the data is being typecast as Long Raw. This would indeed produce this error.
Any ideas how to make this work?
Thanks,
Greg Postlewait