Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: DBI:Sybase - Period in database name

by roho (Bishop)
on Feb 23, 2013 at 08:10 UTC ( [id://1020287]=note: print w/replies, xml ) Need Help??


in reply to DBI:Sybase - Period in database name

Try this:

my $DBNAME = '[ps_inventory.ad]'; $dbh->do("use $DBNAME");

"Its not how hard you work, its how much you get done."

Replies are listed 'Best First'.
Re^2: DBI:Sybase - Period in database name
by apu (Sexton) on Feb 23, 2013 at 13:02 UTC
    Thanks, roho! That works.
Re^2: DBI:Sybase - Period in database name
by runrig (Abbot) on Feb 25, 2013 at 20:42 UTC
    This suggests to me that $dbh->quoted_identifier(..) should wrap things in brackets, not quotes, for DBD::Sybase, and so currently has a bug. Though there is also a syb_quoted_identifier atribute, which if set, should allow you to use quotes (though I've never used it). And I do now recall having to occasionally use brackets to quote some table/column names.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-19 01:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found