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.
Problem Using Aqua Data Studio with ODBC Driver
All character data is returned as "(null)" with Aqua Data Studio 4.7.
Integer data returns OK.
Simple example:
SELECT * FROM Locations RESULTS: ADDRESS ADDRESSEE ADDRESS_ONE ADDRESS_TWO ATTENTION CITY COUNTRY FULL_NAME ISINACTIVE LOCATION_ID NAME PARENT_ID PHONE STATE ZIPCODE ---------- ------------ -------------- -------------- ------------ ------- ---------- ------------ ------------- -------------- ------- ------------ -------- -------- ---------- (null) (null) (null) (null) (null) (null) (null) (null) (null) 2 (null) 48 (null) (null) (null) (null) (null) (null) (null) (null) (null) (null) (null) (null) 3 (null) (null) (null) (null) (null) (null) (null) (null) (null) (null) (null) (null) (null) (null) 4 (null) 3 (null) (null) (null) (null) (null) (null) (null) (null) (null) (null) (null) (null) 5 (null) 3 (null) (null) (null)
0