|
| Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more. |
|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Guest
Posts: n/a
|
DBI and DBD::mysql
The folks at powweb tell me they are installed, but why doesn't my test script work? perhaps you guys would be able to help me. I'm new to using DBI/DBD so...
My script is: use DBI; use DBD::MySQL; #prepare the browser for text/html output print "Content-type: text/html\n\n"; print 'DBI and DBD::MySQL are installed'; This should generate an error if one of the above isn't installed, it does generate an error, and if I look at the errorlog it says it can't find DBD. Any ideas? |
|
|
#2 |
|
Guest
Posts: n/a
|
Both are installed on the server, try using lowercase (mysql) with DBD:
DBD::mysql ~bud |
|
|
#3 |
|
Guest
Posts: n/a
|
IT WORKS!
Thanks mate
It works now. Now I can start the fun stuff Have a good day. |
|
|
#4 |
|
Guest
Posts: n/a
|
Glad it's working
![]() |
![]() |
| Thread Tools | |
|
|