Yup, that is right ... the other way to get around it, is to use named
parameters.
------ Original Message ------
From: "Magnus" <[email protected]>
To: [email protected]
Cc: [email protected]
Sent: 09-May-15 11:41:09
Subject: Re: [OpenBD] OpenBD vs.BlogCFC
Thanks, Alan
THis is the line from teh BlogCFC code:
<cfsetqueryAddColumn(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.
--
--
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.