wangxu wrote:

>Can i get a technology standard?
>
>It include database capability,table capability,row number limit in table,blob 
>object capability etc...
>
Hi,

A good read of the manual at
http://dev.mysql.com/doc/refman/5.0/en/index.html would give you almost
all of the information that you require. Especially the page
http://dev.mysql.com/doc/refman/5.0/en/introduction.html which gives the
various capabilities of the database in general.

If you look under the datatype definitions, you will find the maximum
size of each datatype and any limitations they may have.

Each engine is fairly well described in the section
http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html along with
any special features and/or limitations.

Regards

-- 

David Logan
South Australia

when in trouble, or in doubt
run in circles, scream and shout


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to