RE: sybperl ct_config CS_RETRY_COUNT
Michael Peppler <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2005-08-26 at 09:57 +0900, Ashish Gupta wrote: > Thanks Michael. > > I tried it, but get the following error: > > Can't locate auto/Sybase/CTlib/CS_RETRY_CO.al in @INC (@INC contains: > /export/home/guptaash/perl/lib/5.8.6 > /export/home/guptaash/perl/lib/site_perl/5.8.6/sun4-solaris-thread-multi > /export/home/guptaash/perl/lib/site_perl/5.8.6 > /export/home/guptaash/perl/lib/site_perl .) at b.pl line 13 Ah - I guess it's a new(ish) symbol that isn't mapped in Sybase::CTlib. You can use the actual value of the #define for now - checking in cspublic.h I see: #define CS_RETRY_COUNT (CS_INT)9173 So if you pass 9173 you should be OK. Michael -- Michael Peppler - [email protected] - http://www.peppler.org/ Sybase DBA/Developer Sybase on Linux FAQ: http://www.peppler.org/FAQ/linux.html