sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: Error desc.
Date: Oct 4 1999 7:59PM
Manjeet Kalsi writes:
>
> What does the flg. error means ?
>
> Can't call method "ct_sql" in empty package "dbh" at DBOptions.pl line 73.
>
It means you have a typo. You are calling
dbh->ct_sql(...)
instead of
$dbh->ct_sql(...)
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
|