|
|
sybperl-l Archive
Up Prev Next
From: Monty Scroggins <Monty dot Scroggins at wcom dot com>
Subject: Re: Sybase text columns with DBD/DBI?
Date: Jan 25 2000 5:45AM
What is the error you are receiving?
----- Original Message -----
From: "sue corwin"
To: "SybPerl Discussion List"
Sent: Monday, January 24, 2000 11:34 PM
Subject: Sybase text columns with DBD/DBI?
>
> 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
>
>
|