Re: Perl API

2002-08-13 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: DBI Perl tutorial in
http://www.google.com/

 
 Thanks.
 
 -BEGIN PGP SIGNATURE-
 Version: PGP Personal Security 7.0.3
 
 iQA/AwUBPViONutdIID34ZgYEQLPQACfTkcpF5O7nklg3vkeNPtJPsNFknUAoOhK
 cnyCLOFutPVmkDe7BP6Sgko7
 =0vjK
 -END PGP SIGNATURE-
 
 
 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
 [EMAIL PROTECTED]
 Trouble unsubscribing? Try:
 http://lists.mysql.com/php/unsubscribe.php
 


__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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/AwUBPViONutdIID34ZgYEQLPQACfTkcpF5O7nklg3vkeNPtJPsNFknUAoOhK
cnyCLOFutPVmkDe7BP6Sgko7
=0vjK
-END PGP SIGNATURE-


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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.


=
ing. Andrei Boros
Centrul pt. Tehnologia Informatiei
Societatea Romana de Radiodifuziune

__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 
2errlog")) {
 
  return ("Something wrong - $? ");
 
   }
 
   return undef;
 ...
 
 It does not works under LINUX and Windows95 (it works fine under Windows NT. The 
command works also in command line).
 
 The code is not being executed, and it does not return any error code ($?).
 
 Please help
 
 Thanks!
 Yannis Livassov, [EMAIL PROTECTED]

Try giving the full path to mysql.

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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.


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php