注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當前位置: 首頁出版圖書科學技術計算機/網(wǎng)絡網(wǎng)絡與數(shù)據(jù)通信NT網(wǎng)絡數(shù)據(jù)庫速成(設計實例篇)

NT網(wǎng)絡數(shù)據(jù)庫速成(設計實例篇)

NT網(wǎng)絡數(shù)據(jù)庫速成(設計實例篇)

定 價:¥48.00

作 者: 周世雄編著
出版社: 中國鐵道出版社
叢編項:
標 簽: 窗口軟件

ISBN: 9787113030834 出版時間: 1998-09-01 包裝: 平裝
開本: 26cm 頁數(shù): 416 字數(shù):  

內容簡介

  周世雄編著本書完整地介紹使用WindowsNT、UNIX架設Internet網(wǎng)絡服務器時,各種網(wǎng)絡數(shù)據(jù)庫的“快速”解決方案與設計要訣,讓使用者在瀏覽器中,通過Internet或Intranet,存取網(wǎng)絡數(shù)據(jù)庫中的數(shù)據(jù)。各種解決方案包括:InternetDatabaseConnector、ActiveXDataObject、AdvancedDataConnector、NetscapeLiveWire、AllaireColdFusion、TrilogyRDA/Web、NovellNetBasic、SybaseWeb.sql、BorlandIntraBuilder。

作者簡介

暫缺《NT網(wǎng)絡數(shù)據(jù)庫速成(設計實例篇)》作者簡介

圖書目錄

     目 錄
   第一章 ASP/ADO網(wǎng)絡數(shù)據(jù)庫技術
    1—1網(wǎng)絡數(shù)據(jù)庫解決方案
    網(wǎng)絡數(shù)據(jù)庫解決方案的趨勢
    存取網(wǎng)絡數(shù)據(jù)庫的操作方式
    網(wǎng)絡數(shù)據(jù)庫解決方案
    CGI
    InternetDatabaseConnector
    AdvancedDataConnector
    ActiveServerpages與ADO
    1—2InternetInformationServer
    InternetInformationServer3.0
    如何得到IIS3.0
    安裝IIS3.0
    相關站點
    1—3ActiveServerPages簡介
    ActiveServerPages
    運行ActiveServerPages所需環(huán)境
    ActiveXServerComponents
    ASP對象
    在多個網(wǎng)頁間共享數(shù)據(jù)
    asp文件
    ASP語法
    傳送字串到用戶端的瀏覽器
    連接到指定的URL地址
    使用VBScript或JScript的ASP語法
    另外一種ASP寫法
    <SCRIPT>標記
    設定某一網(wǎng)頁使用的script語言
    一個網(wǎng)頁使用多種script語言
    #INCLUDE包括其他文件
    開發(fā)客戶端script程序代碼
    注 釋
    ASP取得表單(form)輸入數(shù)據(jù)的方法
    ASP存取Cookies的方式
    寫入Cookies注意事項
    1—4ActiveXDataObject簡介
    ActiveXDataObject
    可連接支持ODBC的數(shù)據(jù)庫
    ADO運行環(huán)境
    ADO有關資料
    1—5OpenDatabaseConnectivity
    ODBC驅動程序
    建立用戶數(shù)據(jù)源名稱
    1—6運行網(wǎng)絡數(shù)據(jù)庫的步驟
    運行網(wǎng)絡服務器和建立虛擬目錄
    存取Access數(shù)據(jù)庫
    存取SQLServer數(shù)據(jù)庫
    存取Text數(shù)據(jù)庫
    存取其他ODBC數(shù)據(jù)庫
   第二章 SQL數(shù)據(jù)庫命令
    2—1查詢數(shù)據(jù)庫的數(shù)據(jù)
    SQL數(shù)據(jù)庫查詢
    查詢所有的列
    查詢部分列
    設定查詢條件
    排 序
    連接多個數(shù)據(jù)表
    2—2更新數(shù)據(jù)庫的數(shù)據(jù)
    數(shù)據(jù)庫新增數(shù)據(jù)
    數(shù)據(jù)庫修改數(shù)據(jù)
    數(shù)據(jù)庫刪除數(shù)據(jù)
    2—3更新數(shù)據(jù)庫的數(shù)據(jù)表
    新增數(shù)據(jù)庫中的數(shù)據(jù)表
    刪除數(shù)據(jù)庫中的數(shù)據(jù)表
    新增數(shù)據(jù)表列
    刪除數(shù)據(jù)表列
   第三章 ActiveXDataObjects
    3—1ADO數(shù)據(jù)庫設計要領
    查詢數(shù)據(jù)
    更新數(shù)據(jù)庫數(shù)據(jù)
    連接多個數(shù)據(jù)表
    3—2ADO數(shù)據(jù)庫范例
    CreateObject定義ADO元件
    <OBJECT>定義ADO元件
    美化查詢結果報表
    顯示圖片、超連接和E-Mail
    GetRows讀取查詢數(shù)據(jù)
    RS(”列名稱”)
    顯示多頁的查詢報表
    使用JScript顯示查詢結果
    Connection/Resultset屬性
   第四章 ActiveXDataObjects技術手冊
    4—1ActiveXDataObjects簡介
    4—2Connection對象
    Connection對象簡介
    Connection對象的關系與成員
    BeginTrans方法
    Close方法
    CommitTrans方法
    Execute方法
    Open方法
    RollbackTrans方法
    Attributes屬性
    CommandTimeout屬性
    ConnectionString屬性
    ConnectionTimeout屬性
    DefaultDatabase屬性
    IsolationLevel屬性
    Mode屬性
    Provider屬性
    Version
    4—3Recordset對象
    Recordset對象
    光標模式
    更新的模式
    Recordset對象的關系與成員
    AddNew方法
    CancelBatch方法
    CancelUpdate方法
    Clone方法
    Close方法
    Delete方法
    GetRows 方法
    Move方法
    MoveFirst方法
    Move Last 方法
    MoveNext方法
    MovePrevious方法
    Next Recordset方法
    Open方法
    Repuery方法
    Resync方法
    Supports方法
    Update方法
    UpdateBatch方法
    AbsolutePage屬性
    AbsolutePosition屬性
    ActiveConnection屬性
    BOF及EOF屬性
    Bookmark屬性
    CacheSize屬性
    Cursor Type屬性
    EditMode屬性
    Filter屬性
    lockType屬性
    Max Records屬性
    PageCount屬性
    PageSize屬性
    Record Count屬性
    Source屬性
    Status屬性
    4-4Command對象
    Command對象簡介
    Command對象的關系與成員
    CreateParameter方法
    Execute方法
    ActiveConnection屬性
    CommandText屬性
    CommandTimeout屬性
    CommandType屬性
    Prepared屬性
   第五章 學校教學網(wǎng)絡設計
    5—1統(tǒng)考聯(lián)機查榜系統(tǒng)
    設計實例
    設計實例詳細說明
    5—2學生成績聯(lián)機查詢系統(tǒng)
    設計實例
    設計實例詳細說明
    5一3聯(lián)機學校注冊選課系統(tǒng)
    設計實例
    設計實例詳細說明
    5—4研討會聯(lián)機報名系統(tǒng)
    設計實例
    設計實例詳細說明
    5—5網(wǎng)絡教學系統(tǒng)
   第六章 醫(yī)院網(wǎng)絡應用設計
    6—1醫(yī)院門診時間表聯(lián)機查詢系統(tǒng)
    設計實例
    設計實例詳細說明
    6—2聯(lián)機醫(yī)院預約掛號系統(tǒng)
    設計實例
    設計實例詳細說明
   第七章 商業(yè)網(wǎng)絡應用設計
    7—1特價商品聯(lián)機查詢系統(tǒng)
    設計實例
    設計實例詳細說明
    7—2聯(lián)機購物系統(tǒng)
    設計實例
    設計實例詳細說明
    7—3房屋中介聯(lián)機查詢系統(tǒng)
    設計實例
    設計實例詳細說明
    7—4聯(lián)機擇友系統(tǒng)
    設計實例
    設計實例詳細說明
    7—5其他商業(yè)網(wǎng)絡應用
    聯(lián)機買賣交易系統(tǒng)
    聯(lián)機征求命名系統(tǒng)
    雜志聯(lián)機查詢訂購系統(tǒng)
    生活信息聯(lián)機查詢系統(tǒng)
    電影查詢預約系統(tǒng)
    電臺聯(lián)機查詢系統(tǒng)
    聯(lián)機多人游戲系統(tǒng)
   第八章 銀行網(wǎng)絡應用設計
    8—1銀行聯(lián)機查詢系統(tǒng)
    設計實例
    設計實例詳細說明
    8—2信用卡聯(lián)機查詢系統(tǒng)
    設計實例
    設計實例詳細說明
   第九章 股市網(wǎng)絡應用設計
    9—1股市成交聯(lián)機查詢系統(tǒng)
    設計實例
    設計實例詳細說明
    9—2聯(lián)機股市交易系統(tǒng)
    設計實例
    設計實例詳細說明
   第十章 運輸旅游網(wǎng)絡應用設計
    10—1時刻表聯(lián)機查詢系統(tǒng)
    設計實例
    設計實例詳細說明
    10—2聯(lián)機機票車票訂購系統(tǒng)
    設計實例
    設計實例詳細說明
    10—3其他運輸旅游網(wǎng)絡應用
    旅行社聯(lián)機查詢報名系統(tǒng)
    旅館聯(lián)機查詢預約系統(tǒng)
    郵件運送聯(lián)機查詢預約系統(tǒng)
   

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) www.afriseller.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號