I am attempting to run a simple insert statement using DBI and DBD::Sybase. 
This same program worked nearly a year ago, but I am now experiencing the 
following problem:

# ./genesis-load
DBD::Sybase::db prepare failed: Server message number=2409 severity=11 
state=2 line=1 text=Cannot find the requested character set in 
Syscharsets:  name = 'utf8'.
Server message number=2411 severity=10 state=1 line=1 text=No conversions 
will be done.
#

Does anyone have suggestions for how to correct this problem? Thanks!

Tony

P.S. This script (genesis-load.pl) is being called from the following script:

#!/bin/sh

PATH=/bin:/usr/bin:/export/home/tools/perl
LD_LIBRARY_PATH=/usr/local/lib:/opt/sybase/openclient/lib
SYBASE=/opt/sybase/openclient
export PATH LD_LIBRARY_PATH SYBASE
cd /export/home/tools/perl

genesis-load.pl


******************************************************************************
* Anthony Brock                                         [EMAIL PROTECTED] *
* Director of Network Services                         George Fox University *
******************************************************************************

Reply via email to