資源簡介
圖書管理系統與數據庫,圖書的增添、刪減等

代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?System.Data.OleDb;
public?partial?class?selectBook?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{
????????String?conn;
????????conn?=?“Provider=?Microsoft.Jet.OLEDB.4.0;Data?Source=“?+?Server.MapPath(“book.mdb“);
????????OleDbConnection?connection?=?new?OleDbConnection(conn);
????????connection.Open();
????????OleDbCommand?myCommand?=?new?OleDbCommand();
????????myCommand.CommandText?=?“insert?into?book?values(‘“?+?TextBox1.Text?+?“‘‘“?+?TextBox2.Text?+?“‘‘“?+?TextBox3.Text?+?“‘?‘“?+?TextBox4.Text?+?“?‘)“;
????????myCommand.Connection?=?connection;
????????myCommand.ExecuteNonQuery();
????????connection.Close();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-05-18?18:59??圖書管理系統(源碼)\
?????目錄???????????0??2019-05-18?18:59??圖書管理系統(源碼)\.vs\
?????目錄???????????0??2019-05-18?18:59??圖書管理系統(源碼)\.vs\ASP\
?????目錄???????????0??2019-05-18?18:59??圖書管理系統(源碼)\.vs\ASP\v15\
?????文件???????83456??2018-06-27?19:53??圖書管理系統(源碼)\.vs\ASP\v15\.suo
?????目錄???????????0??2019-05-18?18:59??圖書管理系統(源碼)\.vs\ASP\v15\Server\
?????目錄???????????0??2019-05-18?18:59??圖書管理系統(源碼)\.vs\ASP\v15\Server\sqlite3\
?????文件????????4096??2018-06-27?16:27??圖書管理系統(源碼)\.vs\ASP\v15\Server\sqlite3\storage.ide
?????文件???????32768??2018-06-28?10:04??圖書管理系統(源碼)\.vs\ASP\v15\Server\sqlite3\storage.ide-shm
?????文件?????1330792??2018-06-28?10:17??圖書管理系統(源碼)\.vs\ASP\v15\Server\sqlite3\storage.ide-wal
?????目錄???????????0??2019-05-18?18:59??圖書管理系統(源碼)\.vs\ASP.net\
?????目錄???????????0??2019-05-18?18:59??圖書管理系統(源碼)\.vs\ASP.net\v15\
?????文件???????92672??2018-06-27?16:07??圖書管理系統(源碼)\.vs\ASP.net\v15\.suo
?????目錄???????????0??2019-05-18?18:59??圖書管理系統(源碼)\.vs\ASP.net\v15\Server\
?????目錄???????????0??2019-05-18?18:59??圖書管理系統(源碼)\.vs\ASP.net\v15\Server\sqlite3\
?????文件???????????0??2018-06-24?23:47??圖書管理系統(源碼)\.vs\ASP.net\v15\Server\sqlite3\db.lock
?????文件????????4096??2018-06-24?23:47??圖書管理系統(源碼)\.vs\ASP.net\v15\Server\sqlite3\storage.ide
?????文件???????32768??2018-06-27?16:00??圖書管理系統(源碼)\.vs\ASP.net\v15\Server\sqlite3\storage.ide-shm
?????文件?????4004672??2018-06-27?16:04??圖書管理系統(源碼)\.vs\ASP.net\v15\Server\sqlite3\storage.ide-wal
?????目錄???????????0??2019-05-18?18:59??圖書管理系統(源碼)\.vs\config\
?????文件???????85613??2018-06-25?13:35??圖書管理系統(源碼)\.vs\config\applicationhost.config
?????文件????????1528??2016-03-05?17:28??圖書管理系統(源碼)\ASP.sln
?????目錄???????????0??2019-05-18?18:59??圖書管理系統(源碼)\App_Data\
?????文件????10485760??2018-06-25?01:35??圖書管理系統(源碼)\App_Data\ASPNETDB.MDF
?????文件?????4325376??2018-06-25?01:35??圖書管理系統(源碼)\App_Data\aspnetdb_log.ldf
?????文件?????????908??2018-06-25?14:13??圖書管理系統(源碼)\Book1.aspx
?????文件????????3074??2018-06-25?14:13??圖書管理系統(源碼)\Book1.aspx.cs
?????文件??????425984??2018-06-25?13:41??圖書管理系統(源碼)\BorrowInformation.mdb
?????文件?????????488??2018-06-27?19:03??圖書管理系統(源碼)\Default.aspx
?????文件?????????697??2018-06-27?19:07??圖書管理系統(源碼)\Default.aspx.cs
?????文件????????3750??2018-06-25?14:06??圖書管理系統(源碼)\MasterPage.master
............此處省略29個文件信息
- 上一篇:ADSelf.msi
- 下一篇:基于安卓開發的校園通移動應用.rar
評論
共有 條評論