Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: DBD Drivers query

by costas (Scribe)
on Apr 06, 2001 at 12:41 UTC ( [id://70430]=note: print w/replies, xml ) Need Help??


in reply to Re: DBD Drivers query
in thread DBD Drivers query

Sutch, this works exactly the same for me.

Once I removed that line I get

Driver: ExampleP Driver: Multiplex Driver: Proxy Driver: mysql

Does this glitch have any affect on any of the drivers (in particular mysql). Are these driver working functionaly, as normal, in other words will i have any problems using these drivers later on?

Replies are listed 'Best First'.
Re: Re: Re: DBD Drivers query
by sutch (Curate) on Apr 06, 2001 at 17:38 UTC
    Without reading up too much about why DBD::Proxy may be choking on the data_sources call, I did find that DBD::Proxy should not have any effect on Mysql. From the DBD::Proxy documentation:

    DBD::Proxy is a Perl module for connecting to a database via a remote DBI driver.

    This is of course not needed for DBI drivers which already support connecting to a remote database, but there are engines which don't offer network connectivity.

    I would suggest limiting your data_sources method calls to only driver(s) that your are going to use. For example, use a conditional such as if ($driver eq 'mysql') so that only the mysql driver is queried for data_sources.

      That is what i have done.

      Also note that DBD::Multiplex also has a problem with datasources!!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://70430]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (8)
As of 2024-04-18 06:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found