‎2008 Apr 27 10:49 AM
Hi!
How must a field be declared for a transparent table when it has to be auto incremented and
is takes the incrementation place ?
Regards
Ertas
‎2008 Apr 27 10:52 AM
‎2008 Apr 27 10:52 AM
‎2008 Apr 27 11:00 AM
INT1, INT2 or INT4 ?
Whats is about incrementing and getting the next number. Automatically ?
regards
ertas
‎2008 Apr 27 11:04 AM
Hi,
declare it as INT4.
Also when u update a record in data base, use the function module. - NUMBER_GET_NEXT.
This will create a next number. save it in data base.
Please keep in your mind that, database table cannot automatically increment the number. That you have to do programatically.
Regards,
Anversha
‎2008 Apr 27 11:15 AM