> I need to pass array from coldfusion <cfquery> tag to database. How can
> i do it?
You want to insert an entire array into a single field within a single
row of a database? If that's so... you could convert the array to a
WDDX packet and insert THAT into a long text field (mysql text, access
memo, etc)
If that's not what you are trying to do... clarify :)
- Rick
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

