CData ODBC Driver for GraphQL – Executing Stored Procedures

letslearngraphql

CData ODBC Driver for GraphQL – Executing Stored Procedures

Use SQLExecDirect to call a stored procedure and SQLFetch and SQLGetData to iterate through its results. The following example shows the CALL syntax; …

 

Read More