A Flynn
A Flynn

Reputation: 47

Can I connect to NetSuite data via ODBC without having SuiteAnalytics?

Just starting a job with a company that uses NetSuite. I am new to NetSuite, and my background is in SQL and C# - I'd like the ability to access the data outside of the UI and wondering if there's a way to do that without asking management to purchase SuiteAnalytics. Their NetSuite consultants of course say I don't need that kind of access but I've already heard the consultants say some reports would be too hard to do - which I know I could easily accomplish with ODBC access and a little code. If I could do it at no extra cost I will truly be a hero.

Upvotes: 2

Views: 2997

Answers (2)

Brian
Brian

Reputation: 7289

There are at least two ODBC drivers available that connect using the SuiteTalk SOAP Web Services API which removes the requirement to purchase SuiteAnalytics.

  1. CDATA : NetSuite ODBC Driver
  2. DevArt : ODBC Driver for NetSuite

Upvotes: 5

Suite Resources
Suite Resources

Reputation: 1164

No, you cannot connect via ODBC without the module.

Upvotes: 3

Related Questions