Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: What is similar in mssql to $dbh->listfields($tbl) in mysql

by VSarkiss (Monsignor)
on Oct 24, 2006 at 15:19 UTC ( [id://580296]=note: print w/replies, xml ) Need Help??


in reply to Re: What is similar in mssql to $dbh->listfields($tbl) in mysql
in thread What is similar in mssql to $dbh->listfields($tbl) in mysql

As a third alternative, you can also short-circuit the first query:

select name from syscolumns where id = object_id(?)
The parameter is the string name of the object, as in the longer query. Also, note that the object_id function has some shortcomings, but for the majority of situations the above will work just fine.

Log In?
Username:
Password:

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

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

    No recent polls found