in reply to DBI Host question
In Oracle this identifier is called a tnsname and is usually defined in a file called tnsnames.ora. That file lists the tnsnames and the host, db name (SID), and port that are needed to connect.
For example: when I connect to our development oracle database I use "DBI:Oracle:dev" as the database name. In our tnsnames file on the machine I'm working on there is an entry defining "dev" as a database called "MWH" located on the host "cosmora01d" and port "1521".
So the question is to you, what is mydb actually referring to and is there something similar in IngresUpdate:
I just looked at the CPAN DBD::Ingres pod...
|
|---|