Components
blank

Click the tool below for
more detailed information.

ASP Database DynaFieldASP Database SearchASP Database ConnectionASP Database Table UpdateASP Database QueryASP Database ListASP Database Record Navigator

Basic ASP Component Properties Requirements:

  • All pages containing any of the ASP components must have their extension changed to .asp in NetObjects Fusion. The file extension for each page can be set from Site view under the Page tab of the Properties dialog.
  • Due to an ASP issue, boolean values in MS Access and Byte values in SQL server will always show –1 for true and 0 for false, regardless of what is stored in the database. These same databases will accept and select the same boolean values entered as –1 and 0.
  • The components will not work properly if you access database tables that allow null values in primary key fields.
  • Resource files with spaces in their names are not supported by any of the components.
  • Double quotes cannot be used in any property values or entered in MSDBDynaField components by users. Single quotes must be used.
  • The components do not support table names or field names that contain spaces.
  • All components must have a unique name relative to other components on the page.
  • JScript reserved words such as “Date,” “Text,” “Value,” or “ABS” may be not used as component names.
  • Names must begin with a letter and can contain only letters, numbers and underscores (_).
  • Component names are case-sensitive, so the name MyQuery is not the same as myquery.
  • HTML form fields or URL encoded property names cannot contain the string "amasp" on any pages where these ASP components are used. This prefix is used in a special way in the generated JScript code. Thus in the workbench section we use this to create additional functionality.
  • Do NOT copy and paste the ASP Update component or the ASP Search component. If you do this they will not add the Action to the form.
     

[Troubleshooting] [Components] [Page Architecture] [Tips & Tools] [Links]

Go Back to Previous Page

Have a question that you can´t find the answer to? Want to report a possible bug?

Send a help request to NetObjects Technical Support