XML数据库相关问题 [英] XML database related problem

查看:89
本文介绍了XML数据库相关问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

1.如何将数据更新到XML数据库?
我有客户详细信息列表.我有注册页面以获取值.如果单击更新按钮.数据必须在xml数据库中进行更新.

1.How to update the data to the XML database?
i have list of customer details.i have register page to get values.if click on the update button.the data has to update in the xml database.

<?xml version="1.0" encoding="utf-8" ?>
<!--Basic information of customer-->
<Customer>
 <Details >
  <RollNo>380567</RollNo>
  <UserName>Shruthi J</UserName>
  <DOB>19/10/1988</DOB>
  <DOJ>27/10/2010</DOJ>
  <Qualification>BE/BTech</Qualification>
</Details>
<Details >
  <RollNo>245615</RollNo>
  <UserName>Vishnuvardhan</UserName>
  <DOB>06/03/1986</DOB>
  <DOJ>18/04/2008</DOJ>
  <Qualification>Msc</Qualification>
</Details>
</Customer>




DOB和DOJ是Ajax Calender控件.限定条件是DropDownList.请提出我应该如何实现这一目标.

谢谢




DOB and DOJ are Ajax Calender controls.and qualification is DropDownList. Please suggest how should i proceed to achieve this.

Thank you

推荐答案

我相信以下链接将帮助您实现目标...

http://support.microsoft.com/kb/307548 [
I believe the following link will help you to achieve your goal...

http://support.microsoft.com/kb/307548[^]


只要看看

这篇关于XML数据库相关问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆