随笔分类 - MsSql
摘要:目 录一、SQL. 31、数据定义语言(DDL). 32、数据操作语言(DML). 33、数据控制语言(DCL)。... 3二、DDL. 41、创建数据库... 42、删除数据库... 43、备份sql server. 44、创建表... 45、删除表... 46、基表修改... 46.1、增加一个字段... 46.2、修改字段类型... 46.3、将某个字段设为主键... 46.4、将某个字段的...
阅读全文
摘要:SqlAccessConnection.aspx前台[代码]后台:[代码]配置文件:[代码]
阅读全文
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->读取数据库中的数据 在ASP.NET中,读取数据库中的数据可以使用datareader 和dataset两种方法,两者差异如下: 使用dataset对象读取数据大致需要以下五个步骤: (1)建立数...
阅读全文
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->SQL Server中删除重复数据的几个方法数据库的使用过程中由于程序方面的问题有时候会碰到重复数据,重复数据导致了数据库部分设置不能正确设置…… 方法一declare @max integer...
阅读全文
摘要:DataBaseClassTest.aspx CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 无标题页 调用存储过程 //一个简单的例子(查找students中所有信...
阅读全文
摘要:SqlAccessConnection.aspx CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 无标题页 1、 2、 3、 ...
阅读全文
摘要:代码: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Data;using System.Configuration;using System.Web;using System.Web....
阅读全文
浙公网安备 33010602011771号