Microolap PostgresDAC
EPUB
|
CHM
|
PDF
Contents
Welcome!
EPSQLDatabaseError
TBDE2PSQLDAC
TPSQLBatchExecute
TPSQLCopy
TPSQLDatabase
TPSQLDataset
TPSQLDirectQuery
TPSQLDump
TPSQLMacroQuery
TPSQLMonitor
TPSQLNotify
TPSQLQuery
TPSQLRestore
TPSQLStoredProc
TPSQLTable
TPSQLTools
TPSQLUpdateSQL
Custom Fields
Examples
AfterDelete, Format
Append, FieldValues, Post
BeforeInsert, Insert, AsInteger, FieldByName
BeforePost, Abort
Create, CreateBlobStream, Edit, CopyFrom
DataSetCount, DataSets
DisableControls, EnableControls, Eof
EditKey, GotoKey
EditRangeStart, EditRangeEnd, FieldByName, ApplyRange
EmptyTable
FieldCount, Fields, FieldName
FindField, AsString
FindNearest
GetBookmark, GotoBookmark, FreeBookmark, FindPrior, Value, OnDataChange, BOF
IndexDefs, Update, Count, Items, IndexName, Fields, Name
IndexFields, IndexFieldCount
MasterSource, MasterFields
Min, Max, Position, RecordCount, First, Next
MoveBy, SelectedIndex, Tag
ParamCount, DataType, StrToIntDef, AsXXX
Prepared, Prepare
SetKey, GotoNearest
SetRange, CancelRange, Refresh
SQL, ExecSQL
State, Seek, Truncate
GetStoredProcNames, ServerVersionAsInt, OIDAsInt
Data Types Map
Tips and Tricks
FAQ
License Agreement
Example: Prepared, Prepare
Top
Previous
Next
if not PSQLQuery1.Prepared then
begin
PSQLQuery1.Close;
PSQLQuery1.Prepare;
PSQLQuery1.Open
end;