[mplspm]: Ever heard of a routine called getColInfo()?

Matt Johnson matt at omega.org
Tue Mar 19 19:49:07 CST 2002


Hi Mark,
I’m not familiar with the module TblInfo.pm, but looking at the source code itself might give you a clue where it came from.  To find where the module named TblInfo.pm is, try this command at the command line.  (I’m assuming you have unix)

perl -e 'system("find " .  join(" ", at INC)  . " -name \"TblInfo.pm\" -print "); '

That should print out the path to the module.

   cheers,
  -Matt Johnson

The following message was sent by Mark Conty <Mark_Conty at cargill.com> on Tue, 19 Mar 2002 18:16:35 -0600 (CST).

> Howdy --
> 
> Our Sybase DBAs are trying to run a Perl script (written by someone who's
> been gone for over a year and a half) that generates a BCP format file. 
>  The
> script "use"s what appears to be a local module called TblInfo.pm.  I'm
> trying to help them by finding the routine and/or file, but I'm not having
> any luck searching around on our development servers.  It occurred to me
> that he might have either gotten it from someone else, or (more likely) 
> made
> it available for others, so I did some digging around in Yahoo & Google. 
>  I
> found references to a Delphi-related pgm called tblinfo, but nothing
> Sybase-ish.  Found references to a Java routine called getColInfo, but
> nothing in the context of Sybase.
> 
> Has anyone heard of this?  If nothing else, based on the way the resulting
> list of lists is used, I suggested that someone could probably whip up 
> a
> suitable replacement, taking advantage of the DBlib routines that return
> column type, column size, etc., but if I could find the original copy,
> that'd save a lotta time.
> 
> Thanks!
> -- 
> Mark Conty
> APS/NAGO IT Group
> Server Team - MS 64
> 952-984-0503
> 
> 
> --------------------------------------------------
> Minneapolis Perl Mongers mailing list
> 
> To unsubscribe, send mail to majordomo at pm.org
> with "unsubscribe mpls" in the body of the message.
> 


--------------------------------------------------
Minneapolis Perl Mongers mailing list

To unsubscribe, send mail to majordomo at pm.org
with "unsubscribe mpls" in the body of the message.



More information about the Mpls-pm mailing list