ASPポケットリファレンス (Pocket reference) / 西沢 直木

ASP本紹介

書籍名

ASPポケットリファレンス (Pocket reference)

著者

西沢 直木

レビュー

ASP書きであれば、手元に置いておきたい1冊。

まさにリファレンス本なので初心者向けではないが、ASPを理解してきたら欲しくなる1冊。

索引や機能別索引も充実しているので、あれ・・・どうやって書いたっけな?と、ちょっと忘れがちな関数を参考にするにはもってこい。

文例やサンプルも充実している。

サイズもA5よりちょっと小さめのサイズで、日本人の手にちょうど馴染むサイズ。

オススメのリファレンス本です。

目次

第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_OneEnd
Application_OnStart

2-2.ASPErrorオブジェクト

ASPCode
ASPDescription
Category
Column
Description
File
Line
Number
Source

2-3.ObjectContextオブジェクト

SetAbort
SetComplete
OnTransactionAbort
OnTransactionCommit

2-4.Requestオブジェクト

Client Certificate
Cookies
Form
QueryString
ServerVariables
Count
ToralBytes
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
CreateObject
Execute
GetLastError
HTMLEncode
MapPath
Transfer
UELEncode

2-7.Sessionオブジェクト

Contents
StaticObjects
CodePage
LCID
SessionID
Timeout
Abandon
Remove
RemoveAll
Session_OnEnd
Session_Start

第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
DefineSize
Name
NumberScale
OriginalValue
Precision
Srarus
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コレクション

Count
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
AbsolutePosition
ActiveCommand
ActiveConnection
BOF
Bookmark
CasheSize
CursorLocation
CursorType
EditMode
EOF
Bookmark
CasheSize
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.Driversコレクション

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オブジェクト

Drivers
BuildPath
CopyFile
CopyFolder
CreateFolder
CreateTextFile
DeleteFile
DeleteFolder
DriveExists
FileExists
FolderExists
GetAbsolutePathName
GetBaseName
GetDrive
GetDriveName
GetExtensionName
GetFile
GetFileName
GetFolder
GetParentFolderName
GetSpecalFolder
GetTempName
MoveFile
MoveFolder
OpenTextFile

4-6.Folderオブジェクト

Attributes
DateCreated
DateLastAccessed
DateLastModifide
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コンポーネント

※目次は書籍より引用させていただきました。

タイトルとURLをコピーしました