in reply to Re: DBI->connect problem
in thread DBI->connect problem
For example mysql has a specific parameter mysql_connect_timeout. For DB2 there is db2_query_timeout.
In your case, the example that you copied looks like to be using parameters from an older version of DBD::mysql. The sample kyle submitted should work. If you have questions you should start looking in the DBI documentation and then move to the driver specific documentation.
|
|---|