Function syntax

The database server and the application both partially implement each client function.

You can execute a client function with either SQLPrepare() and SQLExecute() or with SQLExecDirect(). You need to call SQLBindParameter() or SQLBindCol() to bind each parameter before you call SQLExecute() or SQLExecDirect().