Menu

#368 [Perl 8.4.4] Insert bit value failed

open
nobody
None
5
2012-12-28
2012-12-28
Jira Trac
No

Insert bit value failed

{noformat}
cubrid 8.4.4
cubrid perl driver 8.4.4
{noformat}

{noformat}
$dbh - do(CREATE TABLE bit_tbl(id int, a1 bit);) or die create error: $dbh-errstr;

my $sth=$dbh-prepare(insert into bit_tbl values(?,?);) or die prepare error: $dbh-errstr;
$sth-execute(1,B'1') or die $dbh-errstr .: execute error\n ;

The method $sth-execute failed
{noformat}

{noformat}
{noformat}

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.