Hi Paul, >Is this a request, or a quiz? > >You don't perform any error-checking on your connect() call, for >one thing, so you don't know if (or why) it fails. That's your >first step: > >$dbh = DBI->connect ( ....) > or die "Connect failed: $DBI::errstr\n"; I added after send the first post, and I just get the title returned. Thanks. Juan.
- Connecting to MySQL Juan
- RE: Connecting to MySQL Steve Howard
- RE: Connecting to MySQL Steve Howard
- RE: Connecting to MySQL Kokarski, Anton
- Re: Connecting to MySQL Paul DuBois
- Juan