What kind of code will you give me?
Clean, Refactored, Object-Oriented code. Gupta developers are productive immediately and the code is highly maintainable and well structured. It looks like this:
SAL
Call SalTblPopulate(tblClients, hSql, “SELECT * FROM CUSTOMERS WHERE
CITY = :strCity”, TBL_FillAll)
C# or VB.NET
tblClients.Populate(hSql, “SELECT * FROM CUSTOMERS WHERE
CITY = :strCity”, Sys.TBL_FillAll);