ODBC guide

Create an account


Creates a new Account record. This example demonstrates using the INSERT INTO statement to add a new account with Account_Name and Phone.

INSERT INTO Accounts(Account_Name, Phone) VALUES('Company ABC','111-567-8888')