利用VS2005+Sql2000开发的一个无限级树形菜单,比较简单,实用性比较强
DB_CNZZ下为数据库文件,附加即可
数据库连接配置修改DefaultTree.aspx.cs中的SqlConnection con = new SqlConnection("server=(local);database=GHRQ;uid=sa;pwd=sa");
Description: 有关于SQL连接数据库的类,提供了简单的接口,很适合二次开发-on the SQL database connectivity category, providing a simple interface and is very suitable secondary development Platform: |
Size: 1024 |
Author:叶志伟 |
Hits:
Description: 无限级树形菜单(Sql数据库)
利用VS2005+Sql2000开发的一个无限级树形菜单,比较简单,实用性比较强
DB_51aspx下为数据库文件,附加即可
数据库连接配置修改DefaultTree.aspx.cs中的SqlConnection con = new SqlConnection("server=(local) database=GHRQ uid=sa pwd=sa") -Unlimited level tree menu (Sql database) using VS2005+ Sql2000 developed an infinite-level tree menu is relatively simple, practical, strong DB_51aspx for the database file, an additional database connection configuration can be modified DefaultTree.aspx.cs of SqlConnection con = new SqlConnection (server = (local) database = GHRQ uid = sa pwd = sa) Platform: |
Size: 433152 |
Author:江河横流 |
Hits:
Description: ADO.net操作数据库总结,包括用SqlConnection连接SQL Server,二。用OleDbConnection连接
三.创建Command对象等-ADO.net to operate the database summary including the use SqlConnection to connect SQL Server, 2. OleDbConnection connection with the three. Create a Command object Platform: |
Size: 5120 |
Author:wan |
Hits:
Description: 关于数据库SqlConnection、SqlCommand、SqldataReader等对象及其相关方法的实例-About the database SqlConnection, SqlCommand, SqldataReader other instances of objects and their associated methods Platform: |
Size: 147456 |
Author:暁寜 |
Hits:
Description: 无限级分类的中小企业网站(Sql数据库)
利用VS2005+Sql2000开发的一个无限级树形菜单,比较简单,实用性比较强
DB_CNZZ下为数据库文件,附加即可
数据库连接配置修改DefaultTree.aspx.cs中的SqlConnection con = new SqlConnection("server=(local) database=GHRQ uid=sa pwd=sa")
-Unlimited classification of SME website (Sql database)
Using the VS2005+ Sql2000 the development of an unlimited-level tree menu simple, practical
DB_CNZZ under the database file, attached to
Database connection configuration modify the DefaultTree.aspx.cs in SqlConnection con = new SqlConnection ("server = (local) database = GHRQ uid = sa pwd = sa") Platform: |
Size: 2937856 |
Author:武者 |
Hits:
Description: asp.net连接本机SQL数据库文件,将服务器名改成(local) con = new SqlConnection("Data Source=(local) DataBase=db_SIS User ID=sa PWD=") -asp.net connection native SQL database files, the server name change (local) con = new SqlConnection (" Data Source = (local) DataBase = db_SIS User ID = sa PWD =" ) Platform: |
Size: 2048 |
Author:袁龙 |
Hits:
Description: C#使用数据采集器实现库存盘点实例源码下载,是一个数据库程序,Database文件夹为数据库附加文件。定义一个SqlConnection类型的公共变量My_con,用于判断数据库是否连接成功-C# uses inventory data collection to achieve source code examples to download, is a database program, Database folder attached file for the database. Define a public variable of type SqlConnection My_con, used to determine whether the database connection is successful Platform: |
Size: 223232 |
Author:酱瓜丝儿 |
Hits:
Description: 1) 熟悉label,textbox,button,SqlConnection,SqlCommand,DataGridView,
DataSet等控件
2) 新建窗体Form1,完成学生信息(学号、姓名、性别、生日和班级)的录入。
3) 新建一个窗体Form2,实现数据的浏览,修改,和删除操作。
4) 新建一个窗体Form3,能够实现通过登陆界面跳转到Form1。
-1) be familiar with label, textbox, button, SqlConnection, SqlCommand, DataGridView, DataSet and other controls 2) New Form Form1, complete student information (student number, name, sex, date of birth and class) entry. 3) Create a new form Form2, to realize view, modify, and delete data. 4) Create a form Form3, can be achieved through the login screen to jump to Form1. Platform: |
Size: 309248 |
Author:zhangwei |
Hits:
Description: 系统说明
在运行系统之前,用户必须修改连接数据库的字符串,本例把连接数据库的字符串存放在App_Code文件下的Conn.cs类文件中中的createconn()函数中,用户只需要修改该文件中连接数据库的字符串即可。
public static SqlConnection createconn()
{
SqlConnection con= new SqlConnection("server=(local) database=cmsnews uid=sa pwd=sa ")
return con
}
修改完成之后,用户运行Default.aspx主页即可。
-Before running the system described in the system, the user must modify the database connection string, in this case the connection string stored in the database file Conn.cs App_Code class file in createconn () function, users only need to modify the file the connection string to the database. public static SqlConnection createconn () {SqlConnection con = new SqlConnection (" server = (local) database = cmsnews uid = sa pwd = sa " ) return con } after the modification is completed, the user that is running Default.aspx Home available. Platform: |
Size: 869376 |
Author:小梅子 |
Hits:
Description: C# 执行Transaction事务的一般例子,创建SqlTransaction 对象并用SqlConnection对象的BeginTransaction()方法开始事务,将Transaction属性设置为上面所生成的SqlTransaction对象。-C# implementation of Transaction Services General example, to create a SqlTransaction object and using BeginTransaction () method starts the transaction SqlConnection object will be set to generate above SqlTransaction object Transaction attributes. Platform: |
Size: 4096 |
Author:wpudn62 |
Hits:
Description: 一个基于asp.net开发的的个人网络日志及文章系统类型的web应用程序.支持后台管理等功能。
安装说明
1.建立WEB站点,站点根目录为CodeResource目录
2.根据书中数据库步骤,在SQL数据库中建立数据库,使用数据脚本生成数据库表
3.然后将blog_net.dat数据库数据导入到数据库
4.如果数据库发生变化,请修改Web.config文件中的
<appSettings>
<add key= sqlConnection value= Persist Security Info=False Data Source=11.111.46.164\djrm Initial Catalog=MyBlog User ID=myblog Password=123456 />
<add key= ImageWebPath value= /Images/Pictures/ />
<add key= ImageSavePath value= \\Images\\Pictures\\ />
<add key= ImageThumbWidth value= 120 />
<add key= ImageResizeWidth value= 640 />
</appSettings>
5.如果WEB站点链接不上,
请修改MyBlog.csproj.webinfo文件中的<Web URLPath = http://11.111.46.164:806/MyBlog.csproj />为实际web路径。
请修改MyBlog.sln文件中的 http://11.111.46.164:806/MyBlog.csproj 路径。
-A asp.net based on the development of personal Internet log and article system type of web applications. Support for background management and other functions.
Installation instructions
1 establish the WEB site, the site root directory for CodeResource directory
2 according to the steps in the book, the in the SQL , using data script to generate tables
3 then import the blog_net.dat data into the
4 if the changes, please modify the Web.config file
<appSettings>
<add = sqlConnection. Persist security Info=False data Source=11.111.46.164\djrm initial Catalog=MyBlog user ID=myblog Password=123456 />
<add key= ImageWebPath value= /Images/Pictures/ />
<add key= ImageSavePath value= \\Images\\Pictures\\ />
<add key= ImageThumbWidth value= 120 />
<add key= ImageResizeWidth value= 640 />
</appSettings>
5 if the WEB site link not,
Please amend the MyBlog.csproj.webinfo file < web URLPath = http://11.111.46.164:80 Platform: |
Size: 5999616 |
Author:曹化 |
Hits: