Get MSSQL field flags with PHP

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sandoba
Forum Newbie
Posts: 1
Joined: Sat Jul 19, 2003 4:09 pm
Location: Berlin, Germany

Get MSSQL field flags with PHP

Post by sandoba »

Hello,

I'm currently developing a new database abstraction script. But there are some problems with MSSQL and field flags. How is it possible to get all the information about a field flag (like in MYSQL, e.g. "not_null primary_key auto_increment...")?

And my second question: Is it possible to list all the user defined databases?

Thank you for your answers!
Post Reply