Chris Boget wrote:
Is there a way to programatically get information about a specific table and/or field? And also any constraints that a field has?
thnx, Chris
sp_help @objname='{tablename}'
This will actually return several recordsets which are probably available individually in the other responses I've seen to this message. I just wanted to make the list of options more complete.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php