开发者

Insert record in SQL Server from xmlhttp request object

开发者 https://www.devze.com 2022-12-23 08:57 出处:网络
Can anyone tell me, How to insert one record in SQL Server by using the xmlhttp object and Asp.n开发者_开发知识库etI will keep my answer as detailed as your question:

Can anyone tell me, How to insert one record in SQL Server by using the xmlhttp object and Asp.n开发者_开发知识库et


I will keep my answer as detailed as your question:

You need to create an aspx page that is the target of the XmlHttp object. This page will parse the data from the XmlHttp request and insert the data to the database.

0

精彩评论

暂无评论...
验证码 换一张
取 消