Skip to main content
lovewebdev
Inspiring
August 17, 2006
Question

TYPE and SIZE, 2 more columns to the variable in the Command behavior?

  • August 17, 2006
  • 1 reply
  • 242 views
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
This topic has been closed for replies.

1 reply

Inspiring
August 17, 2006
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
>