Hello Stuart,

Wednesday, August 21, 2002, 4:52:46 PM, you wrote:

SS> I also get an access violation on NT4sp6, Oracle 9.0.1.1.1
  Win2000 Srv 5.00.2195, Oracle EE 8.0.6.0.0
  
SS> However it works for me if I don't specify the data type:
$sth->>bind_param(2, undef);
SS> rather than
$sth->>bind_param(2, undef, { ora_type => ORA_BLOB, ora_field => 'T_BLOB' });
  also works in simple cases, but in others it dies with a message
  like 'ORA-01461: can bind a LONG value only for insert into a LONG
  column'.

SS> It works as expected on Solaris, Oracle 9.2.0.1.0 with perl 5.6.1, DBI 1.20,
SS> DBD::Oracle 1.12.
  So, should I say 'thanks' to ActiveState or MS? :)


-- 
Best regards,
 Andrew                            mailto:[EMAIL PROTECTED]


Reply via email to