It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming XML Forum

how to classify xml use IF-THEN-ELSE SQL using vb on a click

how to classify xml use IF-THEN-ELSE SQL using vb on a click

Postby anniecheng0816 on Sat Nov 01, 2008 1:43 pm

following is the xml, I need to classify this xml use IF-THEN-ELSE SQL statement using vb on a click button.

<?xml version="1.0"?>
<school>
<grades>
<grade>
<level>K </level>
<student_count>
<boys>49 </boys>
<girls>41 </girls>
</student_count>
</grade>
<grade>
<level>1 </level>
<student_count>
<boys>29 </boys>
<girls>32 </girls>
</student_count>
</grade>
<grade>
<level>2 </level>
<student_count>
<boys>26 </boys>
<girls>31 </girls>
</student_count>
</grade>
</grades>
<principal>
<name>Dr. Hamilton </name>
<experience timein="years">
<time>14 </time>
</experience>
</principal>
<classrooms />
</school>
anniecheng0816
 
Posts: 5
Joined: Mon Oct 20, 2008 4:15 pm

Who is online

Users browsing this forum: No registered users and 0 guests