Hi, just wondering if anyone is still using the serialreg table to emulate Informix serial columns in a SQL Server db, and has it working with Genero BDL 2.50? We still have some older code that has not been converted to work with identity columns yet. The triggers are working, generating the correct value, but the value isn't being returned into sqlca.sqlerrd[2]... it is always zero.
Working with SQL Server versions 2008 and 2012, using native driver in ODBC and "dbmsncA0" in the fglprofile entry for dbi.database.db.driver.
According to the Genero BDL User Guide 2.50 it still exists
https://4js.com/online_documentation/fjs-fgl-manual-html/?path=fjs-fgl-manual#c_fgl_odiagmsv_010.htmlThanks.