Wiki Page: ABL / ODBC sample

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
Description: This ABL project uses a set of OOABL classes that provide a simplified wrapper around a series of DLL calls to the ODBC Driver Manager. This simplification is primarily around removing the need to work directly with the ODBC API via memptrs and the like. The classes simplify the calls a consumer of the API must make in order to execute a SQL statement, gather corresponding metaschema and data results. By encapsulating the process, the ABL programmer needs only to formulate a SQL query and designate a target for its results while the classes handle all the handle allocations, state transitions and cleanup. Source code Url: https://github.com/PeterJudge-PSC/abl_odbc_api

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