CA_API UINT __stdcall ODBC_GetXml(MSIHANDLE hInstall)
Execute a SQL query, return xml data set.
Definition: SqlODBC.cpp:155
CA_API UINT __stdcall ODBC_GetScalar(MSIHANDLE hInstall)
Execute a SQL query, return a scalar.
Definition: SqlODBC.cpp:139
CA_API UINT __stdcall Execute_ODBC_Deferred(MSIHANDLE hInstall)
Table-driven deferred custom action that executes ODBC statements. Use in combination with AppSecInc...
Definition: SqlODBC.cpp:171
#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall Execute_ODBC_Immediate(MSIHANDLE hInstall)
Table-driven immediate custom action that executes ODBC statements. Use in combination with AppSecInc...
Definition: SqlODBC.cpp:279
CA_API UINT __stdcall ODBC_GetString(MSIHANDLE hInstall)
Execute a SQL query, return a string.
Definition: SqlODBC.cpp:121
CA_API UINT __stdcall ODBC_Execute_Binary(MSIHANDLE hInstall)
Execute a SQL file stored as a binary object, no result set.
Definition: SqlODBC.cpp:76
CA_API UINT __stdcall ODBC_Connect(MSIHANDLE hInstall)
Test an ODBC connection.
Definition: SqlODBC.cpp:7
CA_API UINT __stdcall DataSource_ODBC_Deferred(MSIHANDLE hInstall)
Table-driven deferred custom action that manages ODBC datasources. Use in combination with AppSecInc...
Definition: SqlODBC.cpp:487
CA_API UINT __stdcall ODBC_Execute(MSIHANDLE hInstall)
Execute a SQL query, no result set.
Definition: SqlODBC.cpp:35
CA_API UINT __stdcall DataSource_ODBC_Immediate(MSIHANDLE hInstall)
Table-driven immediate custom action that manages ODBC datasources. Use in combination with AppSecInc...
Definition: SqlODBC.cpp:421