Hi all

Ive got perl happily talking to mysql on an NT box, but I can't make it
happen on win98 - although on win98 I can connect just fine to mysql through
a dos box.

The obvious thing would have been no mysql driver for perl on the win98
machine, but both return these values:

ADO
ExampleP
Multiplex
Proxy
mysql

when I run this script:

use DBI;
@drivers = DBI->available_drivers;
print "@drivers";

Any ideas?


Sammi Thompson
Futura Interactive Ltd
1-5 Clerkenwell Road
London EC1M 5PA

T +44 [0]20 7608 1616
F +44 [0]20 7608 1605

www.futura.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

Reply via email to