Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Can get values from db but cannot get related values from the relevant lookup table

by mpeppler (Vicar)
on Aug 15, 2006 at 18:07 UTC ( [id://567520]=note: print w/replies, xml ) Need Help??


in reply to Can get values from db but cannot get related values from the relevant lookup table

The most likely problem is that the default database for the user is not the one where the table you want is located.

Either use a fully qualified table name (of the form database_name..table_name) or use the database attribute in the connection DSN (in the DBI->connect() call).

See the DBD::Sybase pod for more information on the connect() attributes that are supported and what they do.

Michael

  • Comment on Re: Can get values from db but cannot get related values from the relevant lookup table

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-26 00:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found