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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
ODBC Error
We have begun receiving an error when pulling information via Netsuite's ODBC connection. While we made some changes to the overall application yesterday, none of the changes we made affect the section throwing this error. In fact, the areas where we made direct changes are working fine.
This is the error we're getting:
ERROR [42000] [OpenAccess][OpenRDA ODBC]Syntax error in SQL statement. syntax error line 1 at or after token <PARTNERS>.
The SQL statement it's failing on is this:
SELECT PARTNERS.PARTNER_ID, PARTNERS.COMPANYNAME, PARTNERS.PROFILE_ID, EPP_VERSION PARTNERS.PARTNER_TYPE_ID FROM PARTNERS WHERE PARTNERS.PARTNER_ID=24880
0