I am testing a simple query to get data from an AS400 database. I am not sure if the way I am using the SQL query is correct.
I get an error: \"The
Picflight,
You might have connected using the system naming conventions instead of SQL naming conventions. Change Mylibrary.Mytable (SQL period qualifier) to Mylibrary/Mytable (system slash qualifier).