Re: Perl API

2002-08-12 Thread Son Nguyen
--- Darren Young <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Where are places to obtain information about the Perl API for MySQL? > Is there possibly a list specific to that topic? ==> Try out search key words:

Perl API

2002-08-12 Thread Darren Young
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Where are places to obtain information about the Perl API for MySQL? Is there possibly a list specific to that topic? Thanks. -BEGIN PGP SIGNATURE- Version: PGP Personal Security 7.0.3 iQA

perl API

2001-08-01 Thread Andrei B.
Excerpt from MySQL manual : === NAME Returns a reference to an array of column names. Example: $names = $sth->{NAME}; === $names contains nothing. I suppose this is not normal behaviour. ==

Re: perl API

2001-03-28 Thread Gerald Clark
LIBASOV IOANNIS wrote: > > I'm not quite sure if this question is appropriate for this mail list, so may be >somebody can tell me whom to ask better. > > I was going to run the following code: > > .. > if (system("mysql -u username -ppassword -h hostname -P 3606 < path/to/filename >2

perl API

2001-03-24 Thread LIBASOV IOANNIS
I'm not quite sure if this question is appropriate for this mail list, so may be somebody can tell me whom to ask better. I was going to run the following code: .. if (system("mysql -u username -ppassword -h hostname -P 3606 < path/to/filename 2>errlog")) { return ("Something wr

Perl API docs for Mysql

2001-01-18 Thread Don
The link contained in the coumentation, http://dbimysql.photoflux.com/, leads to page that points to a non existant link. So.I HAVE checked the docs before asking. I require more information on using the Perl API with my mysql than perldoc DBD:mysql provides. Any links would be appreciated