Thanks, Alan

THis is the line from teh BlogCFC code: 
<cfset queryAddColumn(getC, "entrycount", arrayNew(1))>

The ACF9 docs says this: 
QueryAddColumn(query, column-name [, datatype], array-name)

The OpenBD docs say this: 
NUMERIC = QueryAddcolumn( query, column, datatype, valuearray )

If I understand it correctly. the issue seems to be having the array as the 
third argument. In ACF the datatype argument is optional but in OpenBD it 
seems not. Therefore, OpenBD is not expecting an array in the third 
position. 

Putting an appropriate datatype argument in place should correct the 
error.. Does that seem correct?

Magnus

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to