Macro: SQLFileConnect

Module location: sql.pkg line 1750 (view source)

***************************************************************************** *** Command: SQLFileConnect *** *** Purpsoe: Return the handle to a connection of an open file. This *** *** connection is (obviously) already opened. We are just using *** *** the same connection for Embedded SQL. This allows the *** *** programmer not to know connection details. *** *** *** *** Syntax : SQLFileConnect Filex To hdbc *** *****************************************************************************

    #IFDEF !1
        Get SQLFileConnect Of _embsqlghoSQLHandleMngr !1 To !3
    #ELSE
        Get SQLFileConnect Of _embsqlghoSQLHandleMngr !1.File_number To !3
    #ENDIF