Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I access netsuite data using SQL language

Tags:

sql

odbc

netsuite

A company uses netsuites to make purchase orders and store sales information. The only way this company is able to access this information at the moment is through building netsuites reports

Is there a way SQL language could be written to access the netsuites data as some of the questions asked by the business need something a bit more complex than what netsuites reporting provides - and sound very easy using SQL language

I have experience in Oracle, mysql, and many other SQL languages so I would like to know how to set up a connection to the companies netsuites data so I can help write custom queries

like image 651
shecode Avatar asked Mar 23 '15 06:03

shecode


1 Answers

Netsuite has SuiteAnalytics Connect, which is ODBC. It can be downloaded from a link at the very bottom the home screen of your Netsuite account.

After installation of the application bundle and connecting it to your Netsuite, you can write ORACLE SQL queries via Excel, Access, etc. My experience is that Netsuite uses Oracle SQL in ODBC queries and in Saved Search custom queries.

like image 91
jchemp Avatar answered Sep 21 '22 05:09

jchemp