Excellent! Now, I can just about develop code the same way on ACS 3.4 & OpenACS 3.2.
I found one (minor) unported function in the 10-database-procs.tcl file:
db_nextval should be:
proc_doc db_nextval { sequence } { Returns the next value for a sequence. } {
return [db_string "nextval" "select nextval('$sequence') from dual"]
}
Thanks again!