View Single Post
Join Date: Oct 2008
Posts: 1
Reputation: ms.izyan is an unknown quantity at this point 
Solved Threads: 0
ms.izyan ms.izyan is offline Offline
Newbie Poster

how to convert xml format into sql database format?

 
0
  #1
Oct 7th, 2008
im new in xml. i already know how to convert sql into xml, but now i wanna convert a file in xml format into table format (sql database). The xml file is shown below. pls help me..

<menu>

<menuitem>
<food>french tost</food>
<price>12.45</price>
</menuitem>

<menuitem>
<food>bread</food>
<price>3.00</price>
</menuitem>

</menu>
Reply With Quote