This will be of some help:
http://www.w3schools.com/ado/ado_datatypes.asp
You should be able to gather the column size from the
database's table
definition. Typically, columns that hold text are one byte
per character
(two for Unicode), whereas integers are 4 bytes. Other
numeric types and
date types vary among database systems.
"lovewebdev" <webforumsuser@macromedia.com> wrote in
message
news:ec0it5$h20$1@forums.macromedia.com...
> DW 8.02 added 2 more columns to the variable in the
Command behavior, TYPE
> and
> SIZE. What do you put in here?
> What is the difference for Access text, Date/Time,
number and Memo
> columns.
>
> The Dreamweaver DOCS don't cover this update and you
can't OK the COMMAND
> without these two columns
>