Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Resources for understanding NetSuite ODBC
We are just starting into using ODBC with NetSuite and are having a heck of a time getting queries that work. I have looked through the training videos, which look old, and the user guide, which lists a few restrictions. Are there other resources I am not aware of that would help me understand the unique requirements of using the connector? What tools do others use for developing queries against the ODBC?
Here is an example of something I am trying to do:
select S.Name, Ten.OppCount as [Ten Count], Ten.OppTotal as [Ten Total]
from Sales_Reps S
0