Forum Post: RE: Sequence Names not to be hard-coded

  • Thread starter Thread starter malikzam@gmail.com
  • Start date Start date
Status
Not open for further replies.
M

malikzam@gmail.com

Guest
/*Following code works for me. Dyanmic-next-value works with database name*/ DEF VAR A AS CHAR. A = 'S1'. DISP string(DYNAMIC-NEXT-VALUE(A,'dbname')).

Continue reading...
 
Status
Not open for further replies.
Back
Top