S syerif Active Member Licensed User Longtime User Jul 20, 2024 #1 hi, is there any sample to connect to database host without define database name? i need to list all databases thanks
hi, is there any sample to connect to database host without define database name? i need to list all databases thanks
S syerif Active Member Licensed User Longtime User Jul 20, 2024 #3 aeric said: Search for "jrdc2 multi" Click to expand... my need is how to execute "show databases" command, not connect to multiple databases Upvote 0
aeric said: Search for "jrdc2 multi" Click to expand... my need is how to execute "show databases" command, not connect to multiple databases
aeric Expert Licensed User Longtime User Jul 20, 2024 #4 You need to tell us which DBMS you are connecting to. Different DBMS has different commands. Upvote 0
S syerif Active Member Licensed User Longtime User Jul 20, 2024 #5 aeric said: You need to tell us which DBMS you are connecting to. Different DBMS has different commands. Click to expand... mysql Upvote 0
aeric said: You need to tell us which DBMS you are connecting to. Different DBMS has different commands. Click to expand... mysql
aeric Expert Licensed User Longtime User Jul 20, 2024 #6 You need to connect to information_schema database Upvote 0
S syerif Active Member Licensed User Longtime User Jul 20, 2024 #7 aeric said: You need to connect to information_schema database Click to expand... OK Thanks ... Upvote 0