in reply to
Perl ODBC question
After you do an insert on the table...do a select statement similar to this:
SELECT max(<field>) FROM <table>
[download]
- that should return the last entered primary identifer key.
Comment on
Re: Perl ODBC question
Download
Code
In Section
Seekers of Perl Wisdom