[Prev] [Next] [Top] [Bottom] [Contents] (13 out of 44)

Project.Allow SQL in HTML

Synopsis

Specifies if you want your CGI executable to process SQL that is located inside of your HTML templates.

Description

This option tells Sapphire/Web whether or not you want your CGI executable to process SQL that is located inside your HTML templates. You can place SQL inside of a template by putting ##Sa_SQL={any valid SQL for your database}##. If this option is set to True you must make sure you also set your Test.Database Name, Test.Database Server, Test.Database Vendor, Test.Database User Name, and Test.Database User Password options. Remember that once the Database options are set, they will override all of your bindings for your project. Note that this option can not be placed into a config file.

Permitted Values

True, False

See Also


[Prev] [Next] [Top] [Bottom] [Contents] (13 out of 44)