|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: Q: Sybase 12.5 vs. SybPerl
Date: Jan 15 2002 5:10PM
Lin, Arthur writes:
> Anybody is aware of any problems of Sybase::BCP against Sybase 12.5 ?
> We have plan to upgrade Sybase from 11.5 to 12.5.
The older DBlibrary-based BCP API is limited in use against 12.5. You
can't use it to load row-locked tables, or partitioned tables, or
char/varchar over 255 bytes, etc.
But you can use Sybase::BLK instead - it's essentially the same
syntax, but uses the CTlib based BLK interface.
Requires sybperl 2.14 or later.
Michael
--
Michael Peppler - Data Migrations Inc. - http://www.mbay.net/~mpeppler
mpeppler@peppler.org - mpeppler@mbay.net
International Sybase User Group - http://www.isug.com
|