SangEun Park Posted February 23, 2023 Posted February 23, 2023 The statement--------------------------------INSERT INTO /shared/examples/ds_orders/tutorial/employees (employeeid, firstname, lastname, title, extension, workphone) VALUES( 99, 'gugu', 'Gu', 'Tester', '99', '(650) 929-9999')----------------------------------error was..---------------------------------- Error : # 1000, References may not be fully qualified with a slash identifier here. On line 2, column 1. [parser-2909900] [Log ID: 6ce88add-47d5-42e4-89d0-fb5f751c10c6] ===================================In the "Select" syntax, the / worked, but I don't know why the error occurs. Anything to add to the config?SELECT * FROM /shared/examples/ds_orders/tutorial/employeesis ok.--------------------------------I connected using ODBC,ODBC version is 8.06.00.01.
Pavan Lingam Posted August 15, 2023 Posted August 15, 2023 To close the loop here, here is a solution that 'SangEun Park' has posted in another thread (Thank you). https://community.tibco.com/s/question/0D54z00008rDvLDCA0/when-connecting-to-tdv-through-odbc-is-it-true-that-select-insert-update-etc-cannot-be-done-under-the-shared-tree
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now