Is there a way to easily serialize form input into xml or yaml for database storage?
Posted
by aaandre
on Stack Overflow
See other posts from Stack Overflow
or by aaandre
Published on 2010-04-21T00:25:11Z
Indexed on
2010/04/21
0:33 UTC
Read the original article
Hit count: 273
I am dealing with an old app in asp classic vbscript. I'd like to store the input of a form in a database text field as the form fields are a subject to frequent change and I don't feel like normalizing the old database.
Any solutions for serialization in vbscript?
Thank you!
© Stack Overflow or respective owner