how to insert values based on form input through html into sql 2005 thank you
how to insert values based on form input through html into sql 2005 thank you
好难懂的英文,我给猜了个答案
在ASP。net的网页后台中
首先用 连接SQL server
创建 sqlconnect 和sqlcommand 对象
用 sqlcommand的对象的属性 commandtext ="insert into table_name values(you_values,)"
executeNOnquery(); // 执行