sybperl-l Archive
Up Prev Next
From: sue corwin <scorwin at mediaone dot net>
Subject: Sybase text columns with DBD/DBI?
Date: Jan 25 2000 5:34AM
I've got the following simple INSERT STATEMENT that I pass to a prepare
and then execute statement...
INSERT INTO table1 ( col1, col2, col3,
col4, col5 ) VALUES ( 836 ,2 ,'TEST of TEXT FIELD' ,1 ,'just a test...'
)
where col3 is declared as TEXT field on the table, table1.
It works if I run it in ISQL, but not in the Perl script using DBI and
Sybase DBD. I'm using DBI version 1.13 and Sybase DBD 0.19. Any ideas?
Sue
|