ポケットリファレンスシリーズASPポケットリファレンス
2001年5月17日紙版発売
西沢直木 著
四六判/456ページ
定価2,178円(本体1,980円+税10%)
ISBN 4-7741-1217-8
ただいま弊社在庫はございません。
書籍の概要
この本の概要
ASP(Active Server Pages)のポケットリファレンス集です。見やすいアイコン表示とわかりやすい解説,そして付録CD-ROMにも収録されているサンプル/文例でASPへの理解がより深まります。
こんな方におすすめ
- ASPの文法・関数をさっと調べたい方
- すべてのASPプログラミングユーザ
目次
第1章 ASPの概要
- 1-1.ASPの概要
- ASPについて
- サーバーサイドスクリプティングとは
- CGIとの比較
- ASPの動作環境
- ASPの使用言語
- IISのインストール
- IISとASPのバージョンについて
- ASPの作成
- ASPの動作設定
- ODBCの設定
- 1-2.基本構文
- スクリプトデリミタ
- 変数/定数
- オブジェクト/プロパティ/メソッド
- コメント
- インクルード
- ループ
- 条件分岐
- 関数
第2章 ASP組み込み
- 2-1.Applicationオブジェクト
- Contents
- StaticObjects
- Count
- Item
- Key
- Lock
- Remove
- RemoveAll
- Unlock
- Application_OnEnd
- Application_OnStart
- 2-2.ASPErrorオブジェクト
- ASPCode
- ASPDescription
- Category
- Column
- Description
- File
- Line
- Number
- Source
- 2-3.ObjectContextオブジェクト
- SetAbort
- SetComplete
- OnTransactionAbort
- OnTransactionCommit
- 2-4.Requestオブジェクト
- ClientCertificate
- Cookies
- Form
- QueryString
- SeverVariables
- Count
- TotalBytes
- HasKeys
- BinaryRead
- 2-5.Responseオブジェクト
- Cookies
- Buffer
- CacheControl
- Charset
- ContentType
- Domain
- Expires
- ExpiresAbsolute
- HasKeys
- IsClientConnected
- Path
- PICS
- Secure
- Status
- AddHeader
- AppendToLog
- BinaryWrite
- Clear
- End
- Flush
- Redirect
- Write
- 2-6.Serverオブジェクト
- ScriptTimeout
- CreatObject
- Execute
- GetLastError
- HTMLEncode
- MapPath
- Transfer
- URLEncode
- 2-7.Sessionオブジェクト
- Contents
- StaticObjects
- Codepage
- LCID
- SessionID
- Timeout
- Abandon
- Remove
- RemoveALL
- Session_OnEnd
- Session_OnStart
第3章 ADO
- 3-1.Commandオブジェクト
- ActiveConnection
- CommandText
- CommandTimeout
- CommandType
- Dialect
- Name
- Prepared
- State
- Cancel
- CreateParameter
- Execute
- 3-2.Connectionオブジェクト
- Attributes
- CommandTimeout
- ConnectionString
- ConnectionTimeout
- CursorLocation
- DefaultDatabase
- IsolationLevel
- Mode
- Provider
- State
- Version
- BeginTrans
- Cancel
- Close
- CommitTrans
- Execute
- Open
- OpenSchema
- RollbackTrans
- 3-3.Errorオブジェクト
- Description
- HelpContext
- HelpFile
- NativeError
- Number
- Source
- SQLState
- 3-4.Errorsコレクション
- Clear
- Item
- Count
- 3-5.Fieldオブジェクト
- ActualSize
- Attributes
- DefinedSize
- Name
- NumericScale
- OriginalValue
- Precision
- Status
- Type
- UnderlyingValue
- Value
- AppendChunk
- GetChunk
- 3-6.Fieldsコレクション
- Append
- CancelUpdate
- Delete
- Item
- Refresh
- Update
- Count
- 3-7.Parameterオブジェクト
- Attributes
- Direction
- Name
- NumericScale
- Precision
- Size
- Type
- Value
- AppendChunk
- 3-8.Parametersコレクション
- Court
- Append
- Delete
- Item
- Refresh
- 3-9.Propertyオブジェクト
- Attributes
- Name
- Type
- Value
- 3-10.Propertiesコレクション
- Count
- Item
- Refresh
- 3-11.Recordオブジェクト
- ActiveConnection
- Mode
- RecordType
- Source
- State
- Cancel
- Close
- 3-12.Recordsetオブジェクト
- AbsolutePage
- AbsolutePositionn
- ActiveCommand
- ActiveConnection
- BOF
- Bookmark
- CacheSize
- CursorLocation
- CursorType
- EditMode
- EOF
- Filter
- Index
- LockType
- MaxRecords
- PageCount
- PageSize
- RecordCount
- Sort
- Source
- State
- Status
- StayInSync
- AddNew
- Cancel
- CancelBatch
- CancelUpdate
- Clone
- Close
- Delete
- CompareBookmarks
- Find
- GetRows
- GetString
- Move
- MoveFirst
- MoveLast
- MoveNext
- MovePrevious
- NextRecordset
- Open
- Requery
- Resync
- Save
- Seek
- Supports
- Update
- UpdateBatch
- 3-13.Streamオブジェクト
- Charset
- EOS
- LineSeparator
- Mode
- Position
- Size
- State
- Type
- Cancel
- Close
- CopyTo
- Flush
- LoadFromFile
- Open
- Read
- ReadText
- SaveToFile
- SetEOS
- SkipLine
- Write
- WriteText
第4章 FileAccess
- 4-1.Driveオブジェクト
- AvailableSpace
- DriveLetter
- DriveType
- FileSystem
- FreeSpace
- IsReady
- Path
- RootFolder
- SerialNumber
- ShareName
- TotalSize
- VolumeName
- 4-2.Drivesコレクション
- Count
- Item
- 4-3.Fileオブジェクト
- Attributes
- DateCreated
- DateLastAccessed
- DateLastModified
- Drive
- Name
- ParentFolder
- Path
- ShortName
- ShortPath
- Size
- Type
- Copy
- Delete
- Move
- OpenAsTextStream
- 4-4.Filesコレクション
- Count
- Item
- 4-5.FileSystemObjectオブジェクト
- Drives
- BuildPath
- CopyFile
- CopyFolder
- CreateFolder
- CreateTextFile
- DeleteFile
- DeleteFolder
- DriveExists
- FileExists
- FolderExists
- GetAbsolutePathName
- GetBaseName
- GetDrive
- GetDriveName
- GetExtensionName
- GetFile
- GetFileName
- GetFolder
- GetParentFolderName
- GetSpecialFolder
- GetTempName
- MoveFile
- MoveFolder
- OpenTextFile
- 4-6.Folderオブジェクト
- Attributes
- DateCreated
- DateLastAccessed
- DateLastModified
- Drive
- Files
- IsRootFolder
- Name
- ParentFolder
- Path
- ShortPath
- Shortname
- Size
- SubFolders
- Type
- Copy
- Delete
- Move
- CreateTextFile
- 4-7.Foldersコレクション
- Count
- Item
- Add
- 4-8.TextStreamオブジェクト
- AtEndOfLine
- AtEndOfStream
- Column
- Line
- Close
- Read
- ReadAll
- ReadLine
- Skip
- SkipLine
- Write
- WriteBlankLines
- WriteLine
第5章 その他
- AdRotatorコンポーネント
- Content Rotatorコンポーネント
- Countersコンポーネント
- Page Counterコンポーネント
この本に関連する書籍
-
[改訂版] VBScriptポケットリファレンス
VBScriptポケットリファレンス待望の改訂版登場! WSHやASP,IEなど,各所で活躍するVBScriptのすべてのステートメント,オブジェクト,メソッド,プロパティ,関数,...
-
ASPプログラミング ステップアップラーニング [入門編]
ASP(Active Server Pages)をこれから始める方には最適な教科書です。ASPとは何?から始まり,CGIとの違い,IISの使い方など基礎の基礎から一人で学習することができます。
-
サーバーサイドスクリプト 500の技
PHP,ASP,JSPに焦点をあて,テクニックサンプル集から,データベースと連携した,掲示板,在庫管理システム,オンライン予約システム,E-ショッピングサイトまで幅広い...
-
ASP 300の技
Windowsプログラミングシリーズ第5弾,ASPに関するテクニック集です。基本からWebデータベース作成やXMLプログラミングなど幅広く,機能・目的別索引の充実で知りたい時...
-
VBScript ポケットリファレンス
好評のポケットリファレンスシリーズの一環として VBScript のコマンドを使いやすくまとめました。IE での利用はもちろん,ASP も WSH もすべて網羅しています。VBScrip...