Sys(3053)
This one is only for those brave souls who've mastered the mysteries of ODBC (Open DataBase Connectivity, Microsoft's contribution to the client-server world). It opens a connection to ODBC and returns the handle to that connection. The handle can then be used in calls to the ODBC API (Application Programming Interface).
Usage |
nODBCHandle = SYS(3053) |
Example |
nHandle = SYS(3053) |
See Also |