On 6/15/07, Robert Rawlins - Think Blue <[EMAIL PROTECTED]> wrote: > > <cfset VARIABLES.DAO.create(1, 'TestUser, 'TestPassword') /> >
Rob, I don't know if this was just your typing into the email, but in the above statement you did not place a closing quote after the second value. So instead it should read <cfset VARIABLES.DAO.create(1, 'TestUser', 'TestPassword') /> Dean -- __________________________________________ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet Development and Marketing Specialists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281253 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

