|
|
sybperl-l Archive
Up Prev Next
From: mpeppler at itf dot ch (Michael Peppler)
Subject: Re: Problem with &bcp_meminit() in Sybperl-2
Date: Feb 16 1996 7:16AM
> From: soup@ampersand.com (Doug Campbell)
>
> I've found that when doing &bcp_meminit() on tables with user-defined
> types, the program exits with the message:
>
> DB-Library: Unknown datatype encountered.
>
> It seems to work fine on the tables that don't have user-defined
> types, however. Is this unsupported?
It is supported (I used it yesterday...) I think that K. Ganapathy may
be on the right track: if you are running sybperl 2.0x (x < 3) then
DBlibrary is left in 4.6.1 mode, and numeric/decimal/identity datatypes
are not supported.
In 2.03 dbsetversion() is called during initialization if System 10
libs are available.
Michael
|