Location: PHPKode > scripts > MSSQL Administrator > mssql_admin/README.txt
MSSQL Administrator

Author: Brad Westness
http://www.bradwestness.com

This program is an incredibly simplistic
MSSQL record inserter / updater. It's written in PHP
and uses a PHP class to handle the MSSQL updates / 
inserts / deletes / whatever you want to throw at it.

The program assumes that your MSSQL tables have identity columns,
and that your identity columns are not allowed to be updated.

As such, the update form does not display the identity column
for the row, when you are editing a row. If you want to change
the identity column for a row, you're gonna have to delete the
row and then re-add a new row with the same information.

This program may only be used for good, and not evil.

If you have any questions or comments, contact hide@address.com 
or visit http://www.bradwestness.com
Return current item: MSSQL Administrator