In Addition...
This error in the gae datastore example:
---------------------------
Bad File Exception
Request /demo/gae/datastore/index.cfm
Type Template
Message Missing tag Attribute
Tag CFQUERY
Position Line=45; Column=31
Detail You need to provide a DATASOURCE or DBTYPE attribute for the
CFQUERY tag
Source
42: <!--- Querying the Datastore --->
43: <cfset resultArray01 = GoogleQuery("select from Employee")>
44:
45: <cfquery name="resultArray02">
46: select from MyCompany
^ Snippet from underlying CFML source
------------------------------
On May 14, 9:43 pm, Rick <[email protected]> wrote:
> Also...
>
> In your gae examples, I am getting the following error on the desktop
> and gae:
> -----------------------------------------
> Bad File Exception
> Request /demo/gae/mail/cfmail.cfm
>
> Type Template
> Message Unrecognized tag
> Tag <CFMAIL
> Position Line=15; Column=5
> Detail The tag cfmail is not recognized. Please check for correct
> spelling.
> Source
>
> 12:
> 13: <h3>cfmail Example</h3>
> 14: <p>This view-only example shows the use of cfmail.
> 15: <cfmail to = "#toAddr#"
> 16: from = "#fromAddr#"
>
> ^ Snippet from underlying CFML source
> ---------------------
--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en