in reply to Fine when written to text file, but unreadable when written to database table
That said, it looks like you're missing a $dbh->commit; line, so you likely are inserting data only to see it rolled back automatically when you disconnect.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Fine when written to text file, but unreadable when written to database table
by Kanishka (Beadle) on Oct 16, 2006 at 06:03 UTC |