ODBC Driver for Microsoft Dynamics GP

Build 22.0.8462

From C/C++

This section provides a reference to ODBC compliance and a walk-through to writing ODBC data access code to Microsoft Dynamics GP in C/C++.

See Data Model for more information on the available API objects and any API limitations or requirements. See SQL Compliance for the SQL syntax.

Connecting from C/C++

See Getting Started for the prerequisite information you need to deploy the driver and configure the connection to Microsoft Dynamics GP. Connecting shows how to connect with ODBC functions.

Executing SQL

Use ODBC functions to execute SQL to Microsoft Dynamics GP:

  • See Querying Data to execute SELECT statements and iterate over the results.
  • See Modifying Data to execute other SQL data manipulation statements.
  • See Parameterized Statements to execute parameterized statements. Parameterized statements provide a means to efficiently execute queries more than once and to mitigate SQL injection attacks.
  • See Discovering Schemas to obtain schema information, such as the available tables, columns, keys, and types. See Data Model to obtain the driver metadata by querying the available system tables.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462