> SAPDB 7.3.0.29 > I create Sequence in my database. > How do I access this 'MySequence.Currval' or 'MySequence.Nextval' from my > frontend ( ODBC) like VB6 or Delphi to be used in my form before posting to > the table? > Thanks for the help. > samira
select MySequence.nextval from dual select MySequence.currval from dual Pavel Konovalov ________________________________ JS RCOM, Russia http://www.rscom.ru _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
