unless I am doing something wrong, seqno() does'nt behave that way
table structure
Structure for table : tab.dbf
Alias : tab
Number of records : 4
Date of creation ...
Type: Posts; User: Phjr
unless I am doing something wrong, seqno() does'nt behave that way
table structure
Structure for table : tab.dbf
Alias : tab
Number of records : 4
Date of creation ...
you mean in RC8?
I can't use seqno(), as it is re-initialised at app startup. It has to be a sequence used by surrogate keys. My workaround is a virtual table invoking a function defined on the db side.
Regards
can one use a select statement returning a single value for "default" ? what would be the syntax ? (enclosed, not enclosed ...)
ex : select max(id) from ids
Regards