How can I run SQL queries if STRSQL
is not installed on my IBM i machine? I need to get some information from the tables and I noticed that STRSQL
is not installed at all on one of the IBM i systems.
Sorry, you do not have permission to ask a question, You must login to ask a question.
Sorry, you do not have permission to ask a question.
In that situation, you can use
System i Navigator
. You can follow the below steps torun SQL queries using System i Navigator
instead of STRSQL.System i Navigator
and log in with the user ID and password.My Connections
->Your System
->Databases
->Schemas
.Databases tasks
, you will see the optionRun an SQL script
.Untitled -Run SQL scripts- system name
window opens and there you can type your SQL queries and run them. Please note that you must use.
(dot) instead of/
(slash) to qualify the library name with the file.