Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: MCDE and DBD::ODBC issues

by wardk (Deacon)
on Nov 07, 2002 at 21:46 UTC ( [id://211254]=note: print w/replies, xml ) Need Help??


in reply to MCDE and DBD::ODBC issues

my ( $data_source, $database, $port, $user_id, $password ) = qw( "PIKA +CHU\NetSDK", "HarvestDay", "127.0.0.1:2433", "HarvestReader", "reader +" );
doesn't produce what you are expecting...

print them out, you'll see embedded quotes and with some, a comma.

like $database, it equals:

"HarvestDay",
this would likely explain "invalid string" good luck!

Replies are listed 'Best First'.
Re: Re: MCDE and DBD::ODBC issues
by peschkaj (Pilgrim) on Nov 07, 2002 at 23:08 UTC
    Thank you for pointing out my slip-up in such a polite way. ++ to you my friend.

    If you make something idiot-proof, eventually someone will make a better idiot.
    I am that better idiot.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-19 12:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found