> I've written a generic little form handling function that for any given SQL
> table and a corresponding web form would
What about different types on the tables? int(), datetime, etc. ? You
have to worry about those. You might want to use some of the ASP grid
viewers out there. I'm there are a f
> The basic question is what's the ASP/PerlScript way to fetch a row of data
> into a hash the way DBI's fetchrow_hashref() does?
If you know DBI, why not use it? It sounds like the right tool for the
job in your case.
Ron Savage has a tutorial on using DBI with ADO:
http://savage.net.au/Perl-