Question
Possible to insert array into db without looping?
Hi there,
I'm working on a Flex project that uses cfc's and MySQL. I have an ArrayCollection that I want to store in my db. I was thinking that I could store it as a BLOB. I'm taking a stab at it now but I thought I'd put the feelers out to see if anyone has any ideas of how to do this.
Maybe a simpler way to put it:
Is it possible to save an entire array into a database without looping through and storing each item in the array separately?
Thanks.
Novian
I'm working on a Flex project that uses cfc's and MySQL. I have an ArrayCollection that I want to store in my db. I was thinking that I could store it as a BLOB. I'm taking a stab at it now but I thought I'd put the feelers out to see if anyone has any ideas of how to do this.
Maybe a simpler way to put it:
Is it possible to save an entire array into a database without looping through and storing each item in the array separately?
Thanks.
Novian