in reply to Help needed to insert data into MS Access database table........
You are not getting the error message from DBI.
Use $DBI::errstr to print the error.
Update: Also, in your post yesterday, you had 4 tables. No you have one. did you mean to add the additional columns to the insert (assuming you added the identifier column to replace the 4 tables). perhaps you are missing your primary key on the insert?
Update2daveorg nailed the first issue... how about a
for starters.use DBI;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Help needed to insert data into MS Access database table........
by davorg (Chancellor) on Dec 18, 2000 at 22:26 UTC | |
by c-era (Curate) on Dec 18, 2000 at 23:57 UTC | |
by boo_radley (Parson) on Dec 19, 2000 at 01:13 UTC |