Forum OpenACS Development: Response to "faking" columns in an ACS4 db_multirow

Collapse
Posted by Graeme Walters on
I use a dummy column in the query --

db_multirow my_file {
  select id, name, '' as href from my_file
} {
  set href "edit?id=$id"
}