in reply to how to use DBI connect to >1 database
DBI does not evaluate SQL. It just passes it to the server. If DB2 support queries that make use of multiple databases, you will need to issue the appropriate SQL commands to do so. This has nothing to do with DBI, which just gives you allows you to communicate with a server.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to use DBI connect to >1 database
by misterperl (Friar) on Sep 28, 2023 at 17:20 UTC | |
by ikegami (Patriarch) on Sep 28, 2023 at 17:26 UTC |