
Database Tools Version 2.1
***************************************************************
1) Qick veiw user define table structure in your's SQLServer
include field property(FeildName , Type , Length , NULLable,
isPrimaryKey)
if isPrimary=true then FieldName=Red on UI
2) add remarks for each user define table in database
3) add remarks for each field in table,
it can be easy used to explain how to powerful use this field.
e.g FieldName = Status
1= ...
2= ...
3= ...
4) support export table structure and fields remark to excel files
5) Access Aide
a. support view access table structure
b. support modify table structure
c. support exec SQL to query access db
***************************************************************