Hello,
I have a problem. I migrated sybperl to DBI perl. It calls a proc which either inserts ot updates a table . this table contains a column (not null) and default attached to it.
Here comes the strange part. when this proc is called from Sybperl a record get inserted successfully.
But when same proc is called from DBI , insert failed for the column which has default attached to it.
(default is to insert hostname)
column is not used in proc(no insert no update) which means default will be applicable on it.
This is kind of urgent
Sybase version 12.5 , DBI version 1.13, Perl 5
any help on this would be appreciated,
thanx alot in advance
~Pooja