Hi all,
I have view depend a table, and contains column col_ser, and want to increment by 1 with inserting new record,
what the better performance,create function on DB,then call this function in ADF,
or create any method in ADF to do.
The better but my work in DB or in ADF?
Thank in advance.