摘要:
使用示例: 阅读全文
摘要:
ASP.NET 页面之间传递值得方式大致可以分为如下几种:Request.QueryString["name"],Request.Form("name"),Session,Cookie,Cache,Application,Server.Transfer,Database, HttpContext的I 阅读全文
摘要:
SQL语句大全删除数据库 drop database databasename SQL语句大全备份 SQL语句大全备份 创建备份数据的 device USE master EXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwin 阅读全文
摘要:
using System; 2 using System.Collections.Generic; 3 using System.Configuration; 4 using System.Data.SqlClient; 5 using System.Linq; 6 using System.Tex 阅读全文