--- 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:
-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
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.
==
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
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
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