Click here to get back home

DBI/DBD::Ingres and unicode data types

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
DBI/DBD::Ingres and unicode data types Dennis Roesler 03-02-2006
Posted by Dennis Roesler on March 2, 2006, 11:22 am
Please log in for more thread options


DBI version 1.5
DBD::Ingres version 0.51
Using Ingres r3 on linux I have a table that has a column with a
nvarchar data type.

The following code

#!/bin/perl
use DBI;
use Data::Dumper;
use strict;
use warnings;

my $dbh = DBI->connect("DBI:Ingres:mydb","ingres","");

my $sth = $dbh->prepare( qq{select * from mytable});
my @types = $sth->;
print Dumper(@types);

__END__

produces the following error

DBD::Ingres: field 2 has unsupported type 27

Are unicode datatypes not supported?

Thanks

Dennis

d underscore roesler at agilent dot com

Similar ThreadsPosted
MIME::Types 1.16 and OpenDocument November 9, 2005, 7:48 am
ANNOUNCE: new module: Ingres::Utility::IINamu October 29, 2006, 6:51 pm
ANNOUNCE: new module: Ingres::Utility::IIMonitor October 29, 2006, 7:02 pm
ANNOUNCE: new module: Ingres::Utility::Netutil November 25, 2006, 9:59 am
Can't install Unicode::Map February 12, 2005, 7:54 am
RFC: Unicode::Property::XS April 18, 2008, 4:20 am
CJK Unified unicode translator March 22, 2006, 6:17 pm
Prettifying ASCII etc text (-> Unicode, TeX etc) January 23, 2005, 2:37 am
Probelm with Unicode and ODBC-Drivers March 8, 2005, 12:07 pm
translate unicode chars hexadecimal encoded to iso-8859-1 February 2, 2006, 7:31 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap