Re: help in re-thinking a way to do the following:

2002-07-23 Thread Benjamin Pflugmann
Hi. Your example looks incomplete. What do you do with the records afterwards, which also allows site to be removed in a way that you suggest it does not need a code (logic) change? The general answer is that most interfaces have a way to access the columns by name. I do not know dbi good

help in re-thinking a way to do the following:

2002-07-10 Thread Norris, Joseph
Group, Given the following code: $sql = qq! select * from table where suffix1 ''!; $db_action = $DB-prepare($sql); $db_action-execute or die could not do $sql - $DBI::errstr; $rows = $db_action-rows; $rec = $db_action-fetchall_arrayref;