2022
Panel |
---|
Sage Intacct to Database Integration |
Database Script : MYSQL | Database Script : SQLSERVER | Database Script : Oracle |
create table |
`Sage IntacctDB`.`dbAccount` | create table dbAccount | CREATE TABLE "SYS"."DBACCOUNT" |
Note: Adapter Name cannot contain Blank Space.
Note : If you are using a different Database server, you can enter the connection string for the same as shown here.
Wiki Markup |
---|
*\[X\]* |
...
Code Block |
---|
select CustomerID, ignoreduplicates, name, parentid, shippingmethod, custtype from customer
|