Writing xml to SQL

R

Rob

Hi Everyone,
I'm new to xml and I would like to know if I could benefit from using
it. I have an online registration form that I would like to write to sql
as xml.
Right now, I take all of requet.form and dump it into one field of the
sql database as a string and use "vbcrlf" as a delimiter and my
application parses through that string and deals with it accordingly.
I would like to know if anyone anyone knows of any resources that can
show me how to do this. I've seen a lot of tutorials but nothing that
will show me how to write it in one field in a structured format.

Any help would be appreciated.

Thanks
Rob
 
A

Abhinav

Rob said:
Hi Everyone,
I'm new to xml and I would like to know if I could benefit from using
it. I have an online registration form that I would like to write to sql
as xml.
Right now, I take all of requet.form and dump it into one field of the
sql database as a string and use "vbcrlf" as a delimiter and my
application parses through that string and deals with it accordingly.
I would like to know if anyone anyone knows of any resources that can
show me how to do this. I've seen a lot of tutorials but nothing that
will show me how to write it in one field in a structured format.

Oracle databases have an XMLType column which you can use. Check out the
docs at http://www.oracle.com

I do not know about other databases....maybe something exists for them too ..

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top