To answer my own question.... The functions query and queryofQuery can be found in \farcry_core\admin\includes\cfFunctionWrappers.cfm
The query function has two parameters, sql and dsn. SQL is a string of the SQL statement that you want to be executed and dsn is the datasource name. The queryofQuery function also has two parameters, sql and maxrows. SQL is a string of the SQL you wish to execute and maxrows that the query of queries should return. Regards Stephen. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
