On Wed, Aug 8, 2012 at 11:28 AM, Randy Johnson <[email protected]> wrote:
> chkLogin = new query(); > This syntax is not supported. QueryRun() is the way to run queries in script in OpenBD: http://www.openbd.org/manual/?/function/queryrun I think you'll find that's a much more flexible, concise syntax. :-) QueryOfQueryRun() is also supported. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
