Hi,
I've troubles with autoInc fields where the field is generated
by Db.
Is there a way to read up the (autogenerated) ID field
to pass it to other forms?
Now I'm creating interceptors to:
1) max_id =select max(id) from table
2) insert into table (id) values (max_id)
3) and pass this new value to the form with
setFieldValue...
It sounds complicated to do this to all forms.
I'm using jdbforms 1.1.4pr2 13.12.2003.
Many Thanx
Ivan
|
- [dbforms] AutoInc Ivan Codarin
- Re: [dbforms] AutoInc Shawn
- Re: [dbforms] AutoInc Ivan Codarin