1 message in com.mysql.lists.perlRe:Re: MySQL DBI - Can't locate auto/...
FromSent OnAttachments
Gary Kuypers31 Mar 2001 10:39 
Subject:Re:Re: MySQL DBI - Can't locate auto/DBI/prepare.al (Found my Error)
From:Gary Kuypers (gary@hotmail.com)
Date:03/31/2001 10:39:17 AM
List:com.mysql.lists.perl

Dear Tobias:

I found my error !

My error was a classic: "Kennedy-Bono Maneuver" (keep hitting trees 'cause the forest is too dense to see them!)

The line that says:

$dbh = DBI->prepare($stmt) should say $sth = $dbh->prepare($stmt)

This is reported as a "can't find prepare.al" because I'm not using a legal db handle.

Argh! Thanks for your help.

Regards, Gary