摘要:
sqldatareader vs dataset
......
摘要:
作者:李艳芳等
摘自赛迪网
为网页设置防火墙的主要目的是根据网页内容对不同来访者提供不同的服务,利用java script或vb script,我们很容易做到这一点。但网页的源码在客户浏览器中可以被看到,访问者可以查看所用的用户鉴别方法,这只是一个表面形式的防火墙。asp是web上的客户机/服务器结构的中间层,虽然它使用脚本语言(java script,vb script等)......
beta2中的SqlConnection和SqlCommand
after a long struggle, i was able to install .net beta 2 but this is not the end of problems. as per as msdn documentation, it is clearly mentioned that asp.net is supported on win nt but dear bill gates fans just check out this letter from scott and you will find that asp.net is not supported on nt for some technical reasons. and thats what i experienced with lot of efforts. anyway, thats the past. now, im up with win 2000 and on top of that i successfully installed 123 mb of .net and mobile internet toolkit. as per as your expectations, i wont disappoint you. although, in this particular article, i wont discuss my mobile series. in this article, ill discuss something new which i noticed when i start testing my first beta 1 based application. there are many changes in beta2 and first of them i noticed was ado.net area.
in this article, youll see how to use sqlc...
下一页 摘要:
public int addmessage(int moduleid, int fatherid, string username, string title, string body, string face) {
if (username.length < 1) {
username = "unknown";
}
// create ins......