Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

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

Participant ,
Aug 16, 2006 Aug 16, 2006

Copy link to clipboard

Copied

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
TOPICS
Server side applications

Views

218
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 17, 2006 Aug 17, 2006

Copy link to clipboard

Copied

LATEST
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
>


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines