Question
Storing WDDX or XML Data
At the moment I am storing results from form data in a wddx
packet in a mediumtext field.
It all works fine but i'm sure there must be a cleaner smarter solution. I have had to enable CLOBS on the datasource recently.
It doesnt seem the best way of storing the information.
Does anybody know of a nicer solution, I am using mySQL but i would be quite happy to move it over to MSSQL if I need to.
I have a feeling MSSQL has some sort of XML storage functionality.
I don't really like the idea of writing to a file, it seems far to 80's and i should imagine it gets harder and harder for coldfusion to retrieve the file, the larger it gets.
Hope you can help
Regards
Matt
It all works fine but i'm sure there must be a cleaner smarter solution. I have had to enable CLOBS on the datasource recently.
It doesnt seem the best way of storing the information.
Does anybody know of a nicer solution, I am using mySQL but i would be quite happy to move it over to MSSQL if I need to.
I have a feeling MSSQL has some sort of XML storage functionality.
I don't really like the idea of writing to a file, it seems far to 80's and i should imagine it gets harder and harder for coldfusion to retrieve the file, the larger it gets.
Hope you can help
Regards
Matt