Home
Change View
Print
Appendix: Built-in Scripting Language
>
ODBC functions
>
ODBCClose
Closes a connection to the database.
Function
Group
Execution
Windows
Embedded
Thin Client
ODBCClose
ODBC
Synchronous
Supported
Not supported
Executed on Server
Syntax
ODBCClose
(
numHandler
)
numHandler
The handler returned by the
ODBCOpen
function.
Returned value
0
Success
1
Invalid Handler
Examples
Tag Name
Expression
Tag
ODBCClose( 5 )
Parent topic:
ODBC functions