ポケットリファレンス
ASPポケットリファレンス
- 西沢直木 著
- 定価
- 2,178円(本体1,980円+税10%)
- 発売日
- 2001.5.17[在庫なし]
- 判型
- 四六
- 頁数
- 456ページ
- 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コンポーネント
プロフィール
西沢直木
立教大学経済学部を卒業後、シンクタンクで汎用機向けシステムの開発に従事。独立後は、Webアプリケーションの開発からコンピュータ書籍の執筆、翻訳などをこなす一方、脳トレや計算練習の場を無料で提供する「計算問題.com」を運営している。また、金沢工業大学大学院知的創造システム専攻の客員教授も務める。主な著書に「SQLite入門 第2版」「SQL逆引きレシピ」(翔泳社)、「PHPによるWebアプリケーションスーパーサンプル 第2版」(ソフトバンククリエイティブ)、「Excel+PHP Webデータベース開発」(毎日コミュニケーションズ)、翻訳書に「Statistics Hacks」、「初めてのPHP & MySQL 第2版」、「SQL Hacks」(オライリー・ジャパン)などがある。