3

I have connected both database, but used two connection string. Is there any possible to connect by using one connection string for both.

0

1 Answer 1

3

in Perl, the DBI architecture is split into 2 main groups of software : DBI itself and the Drivers(DBD). Each RDBMS has its own driver in Perl, and each driver has a connection string linked to it. You cannot make a "unified" connection string.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.