From: "Siegfried Heintze" <[EMAIL PROTECTED]> > Someone kindly gave me an example of using DBI for MSAccess. It ran > initially. However, I have now, as part of my attempt to install > bugzilla, deinstalled perl 5.6 and perl 5.8 (which was incorrectly > installed on top of perl 5.6) and reinstalled perl 5.8+, DBI and > DBD-Mysql and MySQL several times and now the program below dies with > the following error: "This application has failed to start because > Perl56.dll was not found." > > The error message makes me wonder if I need to deinstall 5.8, install > 5.6 and then install 5.8 on top of 5.6 without deinstalling 5.6 first.
First, you need DBD::ODBC, not DBD::mysql! Second, this seems like you have some leftovers of Perl 5.6 on your computer. I think it will be best to uninstall Perl, delete the perl directory, search for and delete any perl.exe and then install Perl 5.8. The error suggests that you are running the script with an old perl.exe. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>