plain/ZPlainDbLibDriver.pas File Reference

Go to the source code of this file.

Classes

struct  DBCOL
struct  DBCURSOR_INFO
struct  DBDATEREC
struct  DBDATETIM4
struct  DBDATETIME
struct  DBMONEY
struct  DBNUMERIC
struct  DBPROC_INFO
struct  DBVARYBIN
struct  DBVARYCHAR
class  IZDBLibPlainDriver
 Represents a generic interface to DBLIB native API. More...
struct  TDBLibError
struct  TDBLibMessage
class  TZDBLibMSSQL7PlainDriver
 Implements a dblib driver for MSSql7. More...
class  TZDBLibSybaseASE125PlainDriver
 Implements a dblib driver for Sybase ASE 12.5. More...

Typedefs

typedef Byte DBBINARY
typedef Byte DBBIT
typedef Byte DBBOOL
typedef Char DBCHAR
typedef DBNUMERIC DBDECIMAL
typedef Single DBFLT4
typedef Double DBFLT8
typedef LongInt DBINT
typedef LongInt DBMONEY4
typedef DBFLT4 DBREAL
typedef SmallInt DBSMALLINT
typedef Byte DBTINYINT
typedef Cardinal DBUBOOL
typedef Word DBUSMALLINT
typedef DBBINARYPDBBINARY
typedef DBCOLPDBCOL
typedef Pointer PDBCURSOR
typedef DBCURSOR_INFOPDBCURSORINFO
typedef DBDATERECPDBDATEREC
typedef DBDATETIM4PDBDATETIM4
typedef DBDATETIMEPDBDATETIME
typedef Pointer PDBHANDLE
typedef DBINTPDBINT
typedef TDBLibErrorPDBLibError
typedef TDBLibMessagePDBLibMessage
typedef Pointer PDBPROCESS
typedef DBPROC_INFOPDBPROCINFO
typedef Pointer PLOGINREC
typedef Integer RETCODE
typedef Integer STATUS

Variables

const BCPABORT = 6
const BCPBATCH = 4
const BCPFIRST = 2
const BCPKEEPNULLS = 5
const BCPLAST = 3
const BCPMAXERRS = 1
const BINARYBIND = 5
const BITBIND = 6
const BUF_FULL = -3
const CHARBIND = 4
const CI_ALTERNATE = 2
const CI_CURSOR = 3
const CI_REGULAR = 1
const CRS_DELETE = 2
const CRS_INSERT = 3
const CRS_LOCKCC = 5
const CRS_REFRESH = 4
const CRS_UPDATE = 1
const CU_CLIENT = $00000001
const CU_DYNAMIC = $00000010
const CU_FILLED = $00000002
const CU_FILLING = $00000001
const CU_FORWARD = $00000020
const CU_INSENSITIVE = $00000040
const CU_KEYSET = $00000004
const CU_LOCKCC = $00000100
const CU_MIXED = $00000008
const CU_OPTCC = $00000200
const CU_OPTCCVAL = $00000400
const CU_READONLY = $00000080
const CU_SERVER = $00000002
const CUR_DYNAMIC = 1
const CUR_FORWARD = 0
const CUR_INSENSITIVE = -2
const CUR_KEYSET = -1
const CUR_LOCKCC = 2
const CUR_OPTCC = 3
const CUR_OPTCCVAL = 4
const CUR_READONLY = 1
const DATETIMEBIND = 7
const DB_IN = 1
const DB_OUT = 2
const DBANSITOOEM = 14
const DBARITHABORT = 6
const DBARITHIGNORE = 7
const DBBUFFER = 0
const DBCLIENTCURSORS = 16
const DBFAIL = 0
const DBFINDONE = $04
const DBMAXCHAR = 256
const DBMORE = $10
const DBMORE_ROWS = $20
const DBNOAUTOFREE = 8
const DBNOCOUNT = 9
const DBNOERR = -1
const DBNOEXEC = 10
const DBNOSAVE = 0
const DBOEMTOANSI = 15
const DBOFFSET = 1
const DBPARSEONLY = 11
const DBQUOTEDIDENT = 18
const DBROWCOUNT = 2
const DBRPCCURSOR = $0008
const DBRPCDEFAULT = $2
const DBRPCRECOMPILE = $0001
const DBRPCRESET = $0004
const DBRPCRETURN = $1
const DBSAVE = 1
const DBSET_TIME = 17
const DBSHOWPLAN = 12
const DBSTAT = 3
const DBSTORPROCID = 13
const DBSUCCEED = 1
const DBTEXTLIMIT = 4
const DBTEXTSIZE = 5
const DBTXPLEN = 16
const DBTXTSLEN = 8
const DBUNKNOWN = 2
const DECIMALBIND = 17
const DEFAULTPRECISION = 18
const DEFAULTSCALE = 0
const ENUM_INVALID_PARAM = $0010
const ENUM_SUCCESS = $0000
const ERREXIT = -1
const EXCOMM = 9
const EXCONSISTENCY = 11
const EXCONVERSION = 4
const EXFATAL = 10
const EXINFO = 1
const EXNONFATAL = 3
const EXPROGRAM = 7
const EXRESOURCE = 8
const EXSERVER = 5
const EXTIME = 6
const EXUSER = 2
const FAIL = 0
const FETCH_FIRST = 1
const FETCH_LAST = 6
const FETCH_NEXT = 2
const FETCH_PREV = 3
const FETCH_RANDOM = 4
const FETCH_RELATIVE = 5
const FLT4BIND = 14
const FLT8BIND = 9
const FTC_EMPTY = $00
const FTC_ENDOFKEYSET = $04
const FTC_ENDOFRESULTS = $08
const FTC_MISSING = $02
const FTC_SUCCEED = $01
const INT_CANCEL = 2
const INT_CONTINUE = 1
const INT_EXIT = 0
const INTBIND = 3
const INVALID_UROWNUM = Cardinal(-1)
const LOC_SEARCH = $0002
const MAXBIND = SRCNUMERICBIND
const MAXCOLNAMELEN = 30
const MAXNAME = 31
const MAXNETLIBCONNSTR = 255
const MAXNETLIBNAME = 255
const MAXNUMERICDIG = 38
const MAXNUMERICLEN = 16
const MAXSERVERNAME = 30
const MAXTABLENAME = 30
const MONEYBIND = 8
const MORE_DATA = $0001
const MORE_ROWS = -1
const NE_E_CANTCONNECT = 17
const NE_E_CONNBROKEN = 4
const NE_E_CONNBUSY = 3
const NE_E_CONNMODE = 12
const NE_E_GENERAL = 11
const NE_E_INVALIDCONN = 14
const NE_E_NAMENOTFOUND = 13
const NE_E_NETBUSY = 9
const NE_E_NETDATAERR = 15
const NE_E_NETNOTSTARTED = 7
const NE_E_NOACCESS = 2
const NE_E_NOMAP = 0
const NE_E_NOMEMORY = 1
const NE_E_NONETACCESS = 10
const NE_E_NORESOURCE = 8
const NE_E_SERVERNOTFOUND = 6
const NE_E_TOOMANYCONN = 5
const NE_E_TOOMANYFILES = 16
const NE_MAX_NETERROR = 17
const NET_NOT_AVAIL = $0002
const NET_SEARCH = $0001
const NO_MORE_RESULTS = 2
const NO_MORE_ROWS = -2
const NO_MORE_RPC_RESULTS = 3
const NOBIND = -2
const NOT_SUPPORTED = $0008
const NTBSTRINGBIND = 11
const NUMERICBIND = 18
const OFF_COMPUTE = $139
const OFF_EXEC = $12c
const OFF_FROM = $14f
const OFF_ORDER = $165
const OFF_PARAM = $1c4
const OFF_PROCEDURE = $16a
const OFF_SELECT = $16d
const OFF_STATEMENT = $1cb
const OFF_TABLE = $173
const OLD_SQLCOLFMT = $2a
const OUT_OF_MEMORY = $0004
const PRBIT = 3
const PRDATETIME = 27
const PRDECIMAL = (MAXNUMERICDIG + 2)
const PRFLT8 = 20
const PRINT1 = 3
const PRINT2 = 6
const PRINT4 = 11
const PRMONEY = 26
const PRNUMERIC = (MAXNUMERICDIG + 2)
const REG_ROW = MORE_ROWS
const SERVTYPE_MICROSOFT = 1
const SERVTYPE_UNKNOWN = 0
const SMALLBIND = 2
const SMALLDATETIBIND = 16
const SMALLMONEYBIND = 15
const SQLALTCONTROL = $af
const SQLALTFMT = $a8
const SQLALTNAME = $a7
const SQLALTROW = $d3
const SQLAOPANY = $53
const SQLAOPAVG = $4f
const SQLAOPCNT = $4b
const SQLAOPMAX = $52
const SQLAOPMIN = $51
const SQLAOPNOOP = $56
const SQLAOPSUM = $4d
const SQLBINARY = $2d
const SQLBIT = $32
const SQLCHAR = $2f
const SQLCOLFMT = $a1
const SQLCOLINFO = $a5
const SQLCOLNAME = $a0
const SQLCONTROL = $ae
const SQLCRSAGR = 10079
const SQLCRSBROL = 10087
const SQLCRSBSKEY = 10082
const SQLCRSBUFR = 10085
const SQLCRSCMD = 10076
const SQLCRSDIS = 10078
const SQLCRSFLAST = 10089
const SQLCRSFRAND = 10088
const SQLCRSFROWN = 10086
const SQLCRSINV = 10075
const SQLCRSMEM = 10081
const SQLCRSNOIND = 10077
const SQLCRSNORES = 10083
const SQLCRSNOUPD = 10095
const SQLCRSORD = 10080
const SQLCRSOS2 = 10096
const SQLCRSRO = 10090
const SQLCRSTAB = 10091
const SQLCRSUPDNB = 10093
const SQLCRSUPDTAB = 10092
const SQLCRSVIEW = 10084
const SQLCRSVIIND = 10094
const SQLDATETIM4 = $3a
const SQLDATETIME = $3d
const SQLDATETIMN = $6f
const SQLDECIMAL = $6a
const SQLDONE = $fd
const SQLDONEINPROC = $ff
const SQLDONEPROC = $fe
const SQLEAAMT = 10046
const SQLEABMT = 10043
const SQLEABNC = 10042
const SQLEABNP = 10044
const SQLEASEC = 10022
const SQLEASNL = 10031
const SQLEASUL = 10032
const SQLEAUTN = 10014
const SQLEBBCI = 10050
const SQLEBCBC = 10060
const SQLEBCFO = 10061
const SQLEBCNE = 10099
const SQLEBCNN = 10053
const SQLEBCNT = 10072
const SQLEBCOR = 10054
const SQLEBCPB = 10057
const SQLEBCPI = 10055
const SQLEBCPN = 10056
const SQLEBCPS = 10106
const SQLEBCRO = 10098
const SQLEBCSA = 10097
const SQLEBCSI = 10068
const SQLEBCSK = 10100
const SQLEBCUO = 10063
const SQLEBCVH = 10062
const SQLEBCWE = 10052
const SQLEBDIO = 10071
const SQLEBEOF = 10067
const SQLEBIHC = 10102
const SQLEBIVI = 10059
const SQLEBNCR = 10045
const SQLEBSKERR = 10070
const SQLEBTMT = 10066
const SQLEBTOK = 10008
const SQLEBTYP = 10041
const SQLEBUOE = 10064
const SQLEBWEF = 10065
const SQLEBWFF = 10103
const SQLECLOS = 10018
const SQLECNOR = 10011
const SQLECNULL = 10036
const SQLECOFL = 10015
const SQLECONN = 10004
const SQLECONNFB = 10110
const SQLECSYN = 10039
const SQLEDBOP = 10034
const SQLEDBPS = 10029
const SQLEDDNE = 10005
const SQLEDNTI = 10020
const SQLEDTC = 10107
const SQLEICN = 10017
const SQLEIFNB = 10048
const SQLEIOPT = 10030
const SQLEITIM = 10028
const SQLEKBCI = 10051
const SQLEKBCO = 10049
const SQLEMDBP = 10073
const SQLEMEM = 10000
const SQLEMODE = 10026
const SQLENLOG = 10002
const SQLENONET = 10040
const SQLENONFLOAT = 10109
const SQLENOTIMPL = 10108
const SQLENPRM = 10033
const SQLENSIP = 10035
const SQLENSPE = 10009
const SQLENTLL = 10023
const SQLENTXT = 10019
const SQLENULL = 10001
const SQLENULLO = 10006
const SQLENXID = 10047
const SQLEOLDVR = 10105
const SQLEOOB = 10027
const SQLEPARM = 10013
const SQLEPNUL = 10069
const SQLEPWD = 10003
const SQLERDCN = 10016
const SQLEREAD = 10010
const SQLERPND = 10038
const SQLERROR = $aa
const SQLESEOF = 10037
const SQLESMSG = 10007
const SQLETIME = 10024
const SQLETMTD = 10021
const SQLETSIT = 10012
const SQLEUVBF = 10101
const SQLEVDPT = 10058
const SQLEWRIT = 10025
const SQLFLT4 = $3b
const SQLFLT8 = $3e
const SQLFLTN = $6d
const SQLIMAGE = $22
const SQLINFO = $ab
const SQLINIT = 10074
const SQLINT1 = $30
const SQLINT2 = $34
const SQLINT4 = $38
const SQLINTN = $26
const SQLLOGINACK = $ad
const SQLMONEY = $3c
const SQLMONEY4 = $7a
const SQLMONEYN = $6e
const SQLNUMERIC = $6c
const SQLNUMVAL = 10104
const SQLOFFSET = $78
const SQLORDER = $a9
const SQLPROCID = $7c
const SQLRETURN = $db
const SQLRETURNSTATUS = $79
const SQLRETURNVALUE = $ac
const SQLROW = $d1
const SQLTABNAME = $a4
const SQLTEXT = $23
const SQLVARBINARY = $25
const SQLVARCHAR = $27
const SQLVOID = $1f
const SRCDECIMALBIND = 19
const SRCNUMERICBIND = 20
const STDEXIT = 0
const STRINGBIND = 10
const SUCCEED = 1
const SUCCEED_ABORT = 2
const TIMEOUT_IGNORE = Cardinal(-1)
const TIMEOUT_INFINITE = 0
const TIMEOUT_MAXIMUM = 1200
const TINYBIND = 1
const UT_DELETEONLY = $0008
const UT_LOG = $0010
const UT_MORETEXT = $0004
const UT_TEXT = $0002
const UT_TEXTPTR = $0001
const VARYBINBIND = 13
const VARYCHARBIND = 12


Typedef Documentation

typedef Byte DBBINARY

Definition at line 535 of file ZPlainDbLibDriver.pas.

typedef Byte DBBIT

Definition at line 541 of file ZPlainDbLibDriver.pas.

typedef Byte DBBOOL

Definition at line 542 of file ZPlainDbLibDriver.pas.

typedef Char DBCHAR

Definition at line 534 of file ZPlainDbLibDriver.pas.

Definition at line 649 of file ZPlainDbLibDriver.pas.

typedef Single DBFLT4

Definition at line 543 of file ZPlainDbLibDriver.pas.

typedef Double DBFLT8

Definition at line 540 of file ZPlainDbLibDriver.pas.

typedef LongInt DBINT

Definition at line 539 of file ZPlainDbLibDriver.pas.

typedef LongInt DBMONEY4

Definition at line 544 of file ZPlainDbLibDriver.pas.

typedef DBFLT4 DBREAL

Definition at line 546 of file ZPlainDbLibDriver.pas.

typedef SmallInt DBSMALLINT

Definition at line 537 of file ZPlainDbLibDriver.pas.

typedef Byte DBTINYINT

Definition at line 536 of file ZPlainDbLibDriver.pas.

typedef Cardinal DBUBOOL

Definition at line 547 of file ZPlainDbLibDriver.pas.

typedef Word DBUSMALLINT

Definition at line 538 of file ZPlainDbLibDriver.pas.

typedef DBBINARY* PDBBINARY

Definition at line 749 of file ZPlainDbLibDriver.pas.

typedef DBCOL* PDBCOL

Definition at line 694 of file ZPlainDbLibDriver.pas.

typedef Pointer PDBCURSOR

Definition at line 526 of file ZPlainDbLibDriver.pas.

Definition at line 742 of file ZPlainDbLibDriver.pas.

Definition at line 631 of file ZPlainDbLibDriver.pas.

Definition at line 558 of file ZPlainDbLibDriver.pas.

Definition at line 600 of file ZPlainDbLibDriver.pas.

typedef Pointer PDBHANDLE

Definition at line 527 of file ZPlainDbLibDriver.pas.

typedef DBINT* PDBINT

Definition at line 747 of file ZPlainDbLibDriver.pas.

Definition at line 753 of file ZPlainDbLibDriver.pas.

Definition at line 773 of file ZPlainDbLibDriver.pas.

typedef Pointer PDBPROCESS

Definition at line 524 of file ZPlainDbLibDriver.pas.

Definition at line 720 of file ZPlainDbLibDriver.pas.

typedef Pointer PLOGINREC

Definition at line 525 of file ZPlainDbLibDriver.pas.

typedef Integer RETCODE

Definition at line 530 of file ZPlainDbLibDriver.pas.

typedef Integer STATUS

Definition at line 531 of file ZPlainDbLibDriver.pas.


Variable Documentation

const BCPABORT = 6

Definition at line 89 of file ZPlainDbLibDriver.pas.

const BCPBATCH = 4

Definition at line 87 of file ZPlainDbLibDriver.pas.

const BCPFIRST = 2

Definition at line 85 of file ZPlainDbLibDriver.pas.

const BCPKEEPNULLS = 5

Definition at line 88 of file ZPlainDbLibDriver.pas.

const BCPLAST = 3

Definition at line 86 of file ZPlainDbLibDriver.pas.

const BCPMAXERRS = 1

Definition at line 84 of file ZPlainDbLibDriver.pas.

const BINARYBIND = 5

Definition at line 95 of file ZPlainDbLibDriver.pas.

const BITBIND = 6

Definition at line 96 of file ZPlainDbLibDriver.pas.

const BUF_FULL = -3

Definition at line 378 of file ZPlainDbLibDriver.pas.

const CHARBIND = 4

Definition at line 94 of file ZPlainDbLibDriver.pas.

const CI_ALTERNATE = 2

Definition at line 77 of file ZPlainDbLibDriver.pas.

const CI_CURSOR = 3

Definition at line 78 of file ZPlainDbLibDriver.pas.

const CI_REGULAR = 1

Definition at line 76 of file ZPlainDbLibDriver.pas.

const CRS_DELETE = 2

Definition at line 432 of file ZPlainDbLibDriver.pas.

const CRS_INSERT = 3

Definition at line 433 of file ZPlainDbLibDriver.pas.

const CRS_LOCKCC = 5

Definition at line 435 of file ZPlainDbLibDriver.pas.

const CRS_REFRESH = 4

Definition at line 434 of file ZPlainDbLibDriver.pas.

const CRS_UPDATE = 1

Definition at line 431 of file ZPlainDbLibDriver.pas.

const CU_CLIENT = $00000001

Definition at line 441 of file ZPlainDbLibDriver.pas.

const CU_DYNAMIC = $00000010

Definition at line 445 of file ZPlainDbLibDriver.pas.

const CU_FILLED = $00000002

Definition at line 455 of file ZPlainDbLibDriver.pas.

const CU_FILLING = $00000001

Definition at line 454 of file ZPlainDbLibDriver.pas.

const CU_FORWARD = $00000020

Definition at line 446 of file ZPlainDbLibDriver.pas.

const CU_INSENSITIVE = $00000040

Definition at line 447 of file ZPlainDbLibDriver.pas.

const CU_KEYSET = $00000004

Definition at line 443 of file ZPlainDbLibDriver.pas.

const CU_LOCKCC = $00000100

Definition at line 449 of file ZPlainDbLibDriver.pas.

const CU_MIXED = $00000008

Definition at line 444 of file ZPlainDbLibDriver.pas.

const CU_OPTCC = $00000200

Definition at line 450 of file ZPlainDbLibDriver.pas.

const CU_OPTCCVAL = $00000400

Definition at line 451 of file ZPlainDbLibDriver.pas.

const CU_READONLY = $00000080

Definition at line 448 of file ZPlainDbLibDriver.pas.

const CU_SERVER = $00000002

Definition at line 442 of file ZPlainDbLibDriver.pas.

const CUR_DYNAMIC = 1

Definition at line 412 of file ZPlainDbLibDriver.pas.

const CUR_FORWARD = 0

Definition at line 410 of file ZPlainDbLibDriver.pas.

const CUR_INSENSITIVE = -2

Definition at line 413 of file ZPlainDbLibDriver.pas.

const CUR_KEYSET = -1

Definition at line 411 of file ZPlainDbLibDriver.pas.

const CUR_LOCKCC = 2

Definition at line 402 of file ZPlainDbLibDriver.pas.

const CUR_OPTCC = 3

Definition at line 404 of file ZPlainDbLibDriver.pas.

const CUR_OPTCCVAL = 4

Definition at line 407 of file ZPlainDbLibDriver.pas.

const CUR_READONLY = 1

Definition at line 401 of file ZPlainDbLibDriver.pas.

const DATETIMEBIND = 7

Definition at line 97 of file ZPlainDbLibDriver.pas.

const DB_IN = 1

Definition at line 81 of file ZPlainDbLibDriver.pas.

const DB_OUT = 2

Definition at line 82 of file ZPlainDbLibDriver.pas.

const DBANSITOOEM = 14

Definition at line 147 of file ZPlainDbLibDriver.pas.

const DBARITHABORT = 6

Definition at line 139 of file ZPlainDbLibDriver.pas.

const DBARITHIGNORE = 7

Definition at line 140 of file ZPlainDbLibDriver.pas.

const DBBUFFER = 0

Definition at line 133 of file ZPlainDbLibDriver.pas.

const DBCLIENTCURSORS = 16

Definition at line 149 of file ZPlainDbLibDriver.pas.

const DBFAIL = 0

Definition at line 117 of file ZPlainDbLibDriver.pas.

const DBFINDONE = $04

Definition at line 119 of file ZPlainDbLibDriver.pas.

const DBMAXCHAR = 256

Definition at line 505 of file ZPlainDbLibDriver.pas.

const DBMORE = $10

Definition at line 120 of file ZPlainDbLibDriver.pas.

const DBMORE_ROWS = $20

Definition at line 121 of file ZPlainDbLibDriver.pas.

const DBNOAUTOFREE = 8

Definition at line 141 of file ZPlainDbLibDriver.pas.

const DBNOCOUNT = 9

Definition at line 142 of file ZPlainDbLibDriver.pas.

const DBNOERR = -1

Definition at line 116 of file ZPlainDbLibDriver.pas.

const DBNOEXEC = 10

Definition at line 143 of file ZPlainDbLibDriver.pas.

const DBNOSAVE = 0

Definition at line 114 of file ZPlainDbLibDriver.pas.

const DBOEMTOANSI = 15

Definition at line 148 of file ZPlainDbLibDriver.pas.

const DBOFFSET = 1

Definition at line 134 of file ZPlainDbLibDriver.pas.

const DBPARSEONLY = 11

Definition at line 144 of file ZPlainDbLibDriver.pas.

const DBQUOTEDIDENT = 18

Definition at line 151 of file ZPlainDbLibDriver.pas.

const DBROWCOUNT = 2

Definition at line 135 of file ZPlainDbLibDriver.pas.

const DBRPCCURSOR = $0008

Definition at line 392 of file ZPlainDbLibDriver.pas.

const DBRPCDEFAULT = $2

Definition at line 396 of file ZPlainDbLibDriver.pas.

const DBRPCRECOMPILE = $0001

Definition at line 390 of file ZPlainDbLibDriver.pas.

const DBRPCRESET = $0004

Definition at line 391 of file ZPlainDbLibDriver.pas.

const DBRPCRETURN = $1

Definition at line 395 of file ZPlainDbLibDriver.pas.

const DBSAVE = 1

Definition at line 113 of file ZPlainDbLibDriver.pas.

const DBSET_TIME = 17

Definition at line 150 of file ZPlainDbLibDriver.pas.

const DBSHOWPLAN = 12

Definition at line 145 of file ZPlainDbLibDriver.pas.

const DBSTAT = 3

Definition at line 136 of file ZPlainDbLibDriver.pas.

const DBSTORPROCID = 13

Definition at line 146 of file ZPlainDbLibDriver.pas.

const DBSUCCEED = 1

Definition at line 118 of file ZPlainDbLibDriver.pas.

const DBTEXTLIMIT = 4

Definition at line 137 of file ZPlainDbLibDriver.pas.

const DBTEXTSIZE = 5

Definition at line 138 of file ZPlainDbLibDriver.pas.

const DBTXPLEN = 16

Definition at line 125 of file ZPlainDbLibDriver.pas.

const DBTXTSLEN = 8

Definition at line 124 of file ZPlainDbLibDriver.pas.

const DBUNKNOWN = 2

Definition at line 373 of file ZPlainDbLibDriver.pas.

const DECIMALBIND = 17

Definition at line 107 of file ZPlainDbLibDriver.pas.

const DEFAULTPRECISION = 18

Definition at line 355 of file ZPlainDbLibDriver.pas.

const DEFAULTSCALE = 0

Definition at line 356 of file ZPlainDbLibDriver.pas.

const ENUM_INVALID_PARAM = $0010

Definition at line 474 of file ZPlainDbLibDriver.pas.

const ENUM_SUCCESS = $0000

Definition at line 469 of file ZPlainDbLibDriver.pas.

const ERREXIT = -1

Definition at line 387 of file ZPlainDbLibDriver.pas.

const EXCOMM = 9

Definition at line 336 of file ZPlainDbLibDriver.pas.

const EXCONSISTENCY = 11

Definition at line 338 of file ZPlainDbLibDriver.pas.

const EXCONVERSION = 4

Definition at line 329 of file ZPlainDbLibDriver.pas.

const EXFATAL = 10

Definition at line 337 of file ZPlainDbLibDriver.pas.

const EXINFO = 1

Definition at line 326 of file ZPlainDbLibDriver.pas.

const EXNONFATAL = 3

Definition at line 328 of file ZPlainDbLibDriver.pas.

const EXPROGRAM = 7

Definition at line 334 of file ZPlainDbLibDriver.pas.

const EXRESOURCE = 8

Definition at line 335 of file ZPlainDbLibDriver.pas.

const EXSERVER = 5

Definition at line 330 of file ZPlainDbLibDriver.pas.

const EXTIME = 6

Definition at line 331 of file ZPlainDbLibDriver.pas.

const EXUSER = 2

Definition at line 327 of file ZPlainDbLibDriver.pas.

const FAIL = 0

Definition at line 370 of file ZPlainDbLibDriver.pas.

const FETCH_FIRST = 1

Definition at line 416 of file ZPlainDbLibDriver.pas.

const FETCH_LAST = 6

Definition at line 421 of file ZPlainDbLibDriver.pas.

const FETCH_NEXT = 2

Definition at line 417 of file ZPlainDbLibDriver.pas.

const FETCH_PREV = 3

Definition at line 418 of file ZPlainDbLibDriver.pas.

const FETCH_RANDOM = 4

Definition at line 419 of file ZPlainDbLibDriver.pas.

const FETCH_RELATIVE = 5

Definition at line 420 of file ZPlainDbLibDriver.pas.

const FLT4BIND = 14

Definition at line 104 of file ZPlainDbLibDriver.pas.

const FLT8BIND = 9

Definition at line 99 of file ZPlainDbLibDriver.pas.

const FTC_EMPTY = $00

Definition at line 424 of file ZPlainDbLibDriver.pas.

const FTC_ENDOFKEYSET = $04

Definition at line 427 of file ZPlainDbLibDriver.pas.

const FTC_ENDOFRESULTS = $08

Definition at line 428 of file ZPlainDbLibDriver.pas.

const FTC_MISSING = $02

Definition at line 426 of file ZPlainDbLibDriver.pas.

const FTC_SUCCEED = $01

Definition at line 425 of file ZPlainDbLibDriver.pas.

const INT_CANCEL = 2

Definition at line 130 of file ZPlainDbLibDriver.pas.

const INT_CONTINUE = 1

Definition at line 129 of file ZPlainDbLibDriver.pas.

const INT_EXIT = 0

Definition at line 128 of file ZPlainDbLibDriver.pas.

const INTBIND = 3

Definition at line 93 of file ZPlainDbLibDriver.pas.

const INVALID_UROWNUM = Cardinal(-1)

Definition at line 518 of file ZPlainDbLibDriver.pas.

const LOC_SEARCH = $0002

Definition at line 466 of file ZPlainDbLibDriver.pas.

Definition at line 111 of file ZPlainDbLibDriver.pas.

const MAXCOLNAMELEN = 30

Definition at line 509 of file ZPlainDbLibDriver.pas.

const MAXNAME = 31

Definition at line 123 of file ZPlainDbLibDriver.pas.

const MAXNETLIBCONNSTR = 255

Definition at line 515 of file ZPlainDbLibDriver.pas.

const MAXNETLIBNAME = 255

Definition at line 514 of file ZPlainDbLibDriver.pas.

const MAXNUMERICDIG = 38

Definition at line 353 of file ZPlainDbLibDriver.pas.

const MAXNUMERICLEN = 16

Definition at line 352 of file ZPlainDbLibDriver.pas.

const MAXSERVERNAME = 30

Definition at line 513 of file ZPlainDbLibDriver.pas.

const MAXTABLENAME = 30

Definition at line 510 of file ZPlainDbLibDriver.pas.

const MONEYBIND = 8

Definition at line 98 of file ZPlainDbLibDriver.pas.

const MORE_DATA = $0001

Definition at line 470 of file ZPlainDbLibDriver.pas.

const MORE_ROWS = -1

Definition at line 375 of file ZPlainDbLibDriver.pas.

const NE_E_CANTCONNECT = 17

Definition at line 498 of file ZPlainDbLibDriver.pas.

const NE_E_CONNBROKEN = 4

Definition at line 485 of file ZPlainDbLibDriver.pas.

const NE_E_CONNBUSY = 3

Definition at line 484 of file ZPlainDbLibDriver.pas.

const NE_E_CONNMODE = 12

Definition at line 493 of file ZPlainDbLibDriver.pas.

const NE_E_GENERAL = 11

Definition at line 492 of file ZPlainDbLibDriver.pas.

const NE_E_INVALIDCONN = 14

Definition at line 495 of file ZPlainDbLibDriver.pas.

const NE_E_NAMENOTFOUND = 13

Definition at line 494 of file ZPlainDbLibDriver.pas.

const NE_E_NETBUSY = 9

Definition at line 490 of file ZPlainDbLibDriver.pas.

const NE_E_NETDATAERR = 15

Definition at line 496 of file ZPlainDbLibDriver.pas.

const NE_E_NETNOTSTARTED = 7

Definition at line 488 of file ZPlainDbLibDriver.pas.

const NE_E_NOACCESS = 2

Definition at line 483 of file ZPlainDbLibDriver.pas.

const NE_E_NOMAP = 0

Definition at line 481 of file ZPlainDbLibDriver.pas.

const NE_E_NOMEMORY = 1

Definition at line 482 of file ZPlainDbLibDriver.pas.

const NE_E_NONETACCESS = 10

Definition at line 491 of file ZPlainDbLibDriver.pas.

const NE_E_NORESOURCE = 8

Definition at line 489 of file ZPlainDbLibDriver.pas.

Definition at line 487 of file ZPlainDbLibDriver.pas.

const NE_E_TOOMANYCONN = 5

Definition at line 486 of file ZPlainDbLibDriver.pas.

const NE_E_TOOMANYFILES = 16

Definition at line 497 of file ZPlainDbLibDriver.pas.

const NE_MAX_NETERROR = 17

Definition at line 500 of file ZPlainDbLibDriver.pas.

const NET_NOT_AVAIL = $0002

Definition at line 471 of file ZPlainDbLibDriver.pas.

const NET_SEARCH = $0001

Definition at line 465 of file ZPlainDbLibDriver.pas.

const NO_MORE_RESULTS = 2

Definition at line 382 of file ZPlainDbLibDriver.pas.

const NO_MORE_ROWS = -2

Definition at line 376 of file ZPlainDbLibDriver.pas.

Definition at line 383 of file ZPlainDbLibDriver.pas.

const NOBIND = -2

Definition at line 438 of file ZPlainDbLibDriver.pas.

const NOT_SUPPORTED = $0008

Definition at line 473 of file ZPlainDbLibDriver.pas.

const NTBSTRINGBIND = 11

Definition at line 101 of file ZPlainDbLibDriver.pas.

const NUMERICBIND = 18

Definition at line 108 of file ZPlainDbLibDriver.pas.

const OFF_COMPUTE = $139

Definition at line 344 of file ZPlainDbLibDriver.pas.

const OFF_EXEC = $12c

Definition at line 349 of file ZPlainDbLibDriver.pas.

const OFF_FROM = $14f

Definition at line 342 of file ZPlainDbLibDriver.pas.

const OFF_ORDER = $165

Definition at line 343 of file ZPlainDbLibDriver.pas.

const OFF_PARAM = $1c4

Definition at line 348 of file ZPlainDbLibDriver.pas.

const OFF_PROCEDURE = $16a

Definition at line 346 of file ZPlainDbLibDriver.pas.

const OFF_SELECT = $16d

Definition at line 341 of file ZPlainDbLibDriver.pas.

const OFF_STATEMENT = $1cb

Definition at line 347 of file ZPlainDbLibDriver.pas.

const OFF_TABLE = $173

Definition at line 345 of file ZPlainDbLibDriver.pas.

const OLD_SQLCOLFMT = $2a

Definition at line 180 of file ZPlainDbLibDriver.pas.

const OUT_OF_MEMORY = $0004

Definition at line 472 of file ZPlainDbLibDriver.pas.

const PRBIT = 3

Definition at line 364 of file ZPlainDbLibDriver.pas.

const PRDATETIME = 27

Definition at line 365 of file ZPlainDbLibDriver.pas.

const PRDECIMAL = (MAXNUMERICDIG + 2)

Definition at line 366 of file ZPlainDbLibDriver.pas.

const PRFLT8 = 20

Definition at line 362 of file ZPlainDbLibDriver.pas.

const PRINT1 = 3

Definition at line 361 of file ZPlainDbLibDriver.pas.

const PRINT2 = 6

Definition at line 360 of file ZPlainDbLibDriver.pas.

const PRINT4 = 11

Definition at line 359 of file ZPlainDbLibDriver.pas.

const PRMONEY = 26

Definition at line 363 of file ZPlainDbLibDriver.pas.

const PRNUMERIC = (MAXNUMERICDIG + 2)

Definition at line 367 of file ZPlainDbLibDriver.pas.

const REG_ROW = MORE_ROWS

Definition at line 377 of file ZPlainDbLibDriver.pas.

const SERVTYPE_MICROSOFT = 1

Definition at line 72 of file ZPlainDbLibDriver.pas.

const SERVTYPE_UNKNOWN = 0

Definition at line 71 of file ZPlainDbLibDriver.pas.

const SMALLBIND = 2

Definition at line 92 of file ZPlainDbLibDriver.pas.

const SMALLDATETIBIND = 16

Definition at line 106 of file ZPlainDbLibDriver.pas.

const SMALLMONEYBIND = 15

Definition at line 105 of file ZPlainDbLibDriver.pas.

const SQLALTCONTROL = $af

Definition at line 193 of file ZPlainDbLibDriver.pas.

const SQLALTFMT = $a8

Definition at line 186 of file ZPlainDbLibDriver.pas.

const SQLALTNAME = $a7

Definition at line 185 of file ZPlainDbLibDriver.pas.

const SQLALTROW = $d3

Definition at line 195 of file ZPlainDbLibDriver.pas.

const SQLAOPANY = $53

Definition at line 209 of file ZPlainDbLibDriver.pas.

const SQLAOPAVG = $4f

Definition at line 206 of file ZPlainDbLibDriver.pas.

const SQLAOPCNT = $4b

Definition at line 204 of file ZPlainDbLibDriver.pas.

const SQLAOPMAX = $52

Definition at line 208 of file ZPlainDbLibDriver.pas.

const SQLAOPMIN = $51

Definition at line 207 of file ZPlainDbLibDriver.pas.

const SQLAOPNOOP = $56

Definition at line 210 of file ZPlainDbLibDriver.pas.

const SQLAOPSUM = $4d

Definition at line 205 of file ZPlainDbLibDriver.pas.

const SQLBINARY = $2d

Definition at line 159 of file ZPlainDbLibDriver.pas.

const SQLBIT = $32

Definition at line 163 of file ZPlainDbLibDriver.pas.

const SQLCHAR = $2f

Definition at line 161 of file ZPlainDbLibDriver.pas.

const SQLCOLFMT = $a1

Definition at line 179 of file ZPlainDbLibDriver.pas.

const SQLCOLINFO = $a5

Definition at line 184 of file ZPlainDbLibDriver.pas.

const SQLCOLNAME = $a0

Definition at line 182 of file ZPlainDbLibDriver.pas.

const SQLCONTROL = $ae

Definition at line 192 of file ZPlainDbLibDriver.pas.

const SQLCRSAGR = 10079

Definition at line 292 of file ZPlainDbLibDriver.pas.

const SQLCRSBROL = 10087

Definition at line 300 of file ZPlainDbLibDriver.pas.

const SQLCRSBSKEY = 10082

Definition at line 295 of file ZPlainDbLibDriver.pas.

const SQLCRSBUFR = 10085

Definition at line 298 of file ZPlainDbLibDriver.pas.

const SQLCRSCMD = 10076

Definition at line 289 of file ZPlainDbLibDriver.pas.

const SQLCRSDIS = 10078

Definition at line 291 of file ZPlainDbLibDriver.pas.

const SQLCRSFLAST = 10089

Definition at line 302 of file ZPlainDbLibDriver.pas.

const SQLCRSFRAND = 10088

Definition at line 301 of file ZPlainDbLibDriver.pas.

const SQLCRSFROWN = 10086

Definition at line 299 of file ZPlainDbLibDriver.pas.

const SQLCRSINV = 10075

Definition at line 288 of file ZPlainDbLibDriver.pas.

const SQLCRSMEM = 10081

Definition at line 294 of file ZPlainDbLibDriver.pas.

const SQLCRSNOIND = 10077

Definition at line 290 of file ZPlainDbLibDriver.pas.

const SQLCRSNORES = 10083

Definition at line 296 of file ZPlainDbLibDriver.pas.

const SQLCRSNOUPD = 10095

Definition at line 308 of file ZPlainDbLibDriver.pas.

const SQLCRSORD = 10080

Definition at line 293 of file ZPlainDbLibDriver.pas.

const SQLCRSOS2 = 10096

Definition at line 309 of file ZPlainDbLibDriver.pas.

const SQLCRSRO = 10090

Definition at line 303 of file ZPlainDbLibDriver.pas.

const SQLCRSTAB = 10091

Definition at line 304 of file ZPlainDbLibDriver.pas.

const SQLCRSUPDNB = 10093

Definition at line 306 of file ZPlainDbLibDriver.pas.

const SQLCRSUPDTAB = 10092

Definition at line 305 of file ZPlainDbLibDriver.pas.

const SQLCRSVIEW = 10084

Definition at line 297 of file ZPlainDbLibDriver.pas.

const SQLCRSVIIND = 10094

Definition at line 307 of file ZPlainDbLibDriver.pas.

const SQLDATETIM4 = $3a

Definition at line 174 of file ZPlainDbLibDriver.pas.

const SQLDATETIME = $3d

Definition at line 167 of file ZPlainDbLibDriver.pas.

const SQLDATETIMN = $6f

Definition at line 171 of file ZPlainDbLibDriver.pas.

const SQLDECIMAL = $6a

Definition at line 175 of file ZPlainDbLibDriver.pas.

const SQLDONE = $fd

Definition at line 196 of file ZPlainDbLibDriver.pas.

const SQLDONEINPROC = $ff

Definition at line 198 of file ZPlainDbLibDriver.pas.

const SQLDONEPROC = $fe

Definition at line 197 of file ZPlainDbLibDriver.pas.

const SQLEAAMT = 10046

Definition at line 259 of file ZPlainDbLibDriver.pas.

const SQLEABMT = 10043

Definition at line 256 of file ZPlainDbLibDriver.pas.

const SQLEABNC = 10042

Definition at line 255 of file ZPlainDbLibDriver.pas.

const SQLEABNP = 10044

Definition at line 257 of file ZPlainDbLibDriver.pas.

const SQLEASEC = 10022

Definition at line 235 of file ZPlainDbLibDriver.pas.

const SQLEASNL = 10031

Definition at line 244 of file ZPlainDbLibDriver.pas.

const SQLEASUL = 10032

Definition at line 245 of file ZPlainDbLibDriver.pas.

const SQLEAUTN = 10014

Definition at line 227 of file ZPlainDbLibDriver.pas.

const SQLEBBCI = 10050

Definition at line 263 of file ZPlainDbLibDriver.pas.

const SQLEBCBC = 10060

Definition at line 273 of file ZPlainDbLibDriver.pas.

const SQLEBCFO = 10061

Definition at line 274 of file ZPlainDbLibDriver.pas.

const SQLEBCNE = 10099

Definition at line 312 of file ZPlainDbLibDriver.pas.

const SQLEBCNN = 10053

Definition at line 266 of file ZPlainDbLibDriver.pas.

const SQLEBCNT = 10072

Definition at line 285 of file ZPlainDbLibDriver.pas.

const SQLEBCOR = 10054

Definition at line 267 of file ZPlainDbLibDriver.pas.

const SQLEBCPB = 10057

Definition at line 270 of file ZPlainDbLibDriver.pas.

const SQLEBCPI = 10055

Definition at line 268 of file ZPlainDbLibDriver.pas.

const SQLEBCPN = 10056

Definition at line 269 of file ZPlainDbLibDriver.pas.

const SQLEBCPS = 10106

Definition at line 319 of file ZPlainDbLibDriver.pas.

const SQLEBCRO = 10098

Definition at line 311 of file ZPlainDbLibDriver.pas.

const SQLEBCSA = 10097

Definition at line 310 of file ZPlainDbLibDriver.pas.

const SQLEBCSI = 10068

Definition at line 281 of file ZPlainDbLibDriver.pas.

const SQLEBCSK = 10100

Definition at line 313 of file ZPlainDbLibDriver.pas.

const SQLEBCUO = 10063

Definition at line 276 of file ZPlainDbLibDriver.pas.

const SQLEBCVH = 10062

Definition at line 275 of file ZPlainDbLibDriver.pas.

const SQLEBCWE = 10052

Definition at line 265 of file ZPlainDbLibDriver.pas.

const SQLEBDIO = 10071

Definition at line 284 of file ZPlainDbLibDriver.pas.

const SQLEBEOF = 10067

Definition at line 280 of file ZPlainDbLibDriver.pas.

const SQLEBIHC = 10102

Definition at line 315 of file ZPlainDbLibDriver.pas.

const SQLEBIVI = 10059

Definition at line 272 of file ZPlainDbLibDriver.pas.

const SQLEBNCR = 10045

Definition at line 258 of file ZPlainDbLibDriver.pas.

const SQLEBSKERR = 10070

Definition at line 283 of file ZPlainDbLibDriver.pas.

const SQLEBTMT = 10066

Definition at line 279 of file ZPlainDbLibDriver.pas.

const SQLEBTOK = 10008

Definition at line 221 of file ZPlainDbLibDriver.pas.

const SQLEBTYP = 10041

Definition at line 254 of file ZPlainDbLibDriver.pas.

const SQLEBUOE = 10064

Definition at line 277 of file ZPlainDbLibDriver.pas.

const SQLEBWEF = 10065

Definition at line 278 of file ZPlainDbLibDriver.pas.

const SQLEBWFF = 10103

Definition at line 316 of file ZPlainDbLibDriver.pas.

const SQLECLOS = 10018

Definition at line 231 of file ZPlainDbLibDriver.pas.

const SQLECNOR = 10011

Definition at line 224 of file ZPlainDbLibDriver.pas.

const SQLECNULL = 10036

Definition at line 249 of file ZPlainDbLibDriver.pas.

const SQLECOFL = 10015

Definition at line 228 of file ZPlainDbLibDriver.pas.

const SQLECONN = 10004

Definition at line 217 of file ZPlainDbLibDriver.pas.

const SQLECONNFB = 10110

Definition at line 323 of file ZPlainDbLibDriver.pas.

const SQLECSYN = 10039

Definition at line 252 of file ZPlainDbLibDriver.pas.

const SQLEDBOP = 10034

Definition at line 247 of file ZPlainDbLibDriver.pas.

const SQLEDBPS = 10029

Definition at line 242 of file ZPlainDbLibDriver.pas.

const SQLEDDNE = 10005

Definition at line 218 of file ZPlainDbLibDriver.pas.

const SQLEDNTI = 10020

Definition at line 233 of file ZPlainDbLibDriver.pas.

const SQLEDTC = 10107

Definition at line 320 of file ZPlainDbLibDriver.pas.

const SQLEICN = 10017

Definition at line 230 of file ZPlainDbLibDriver.pas.

const SQLEIFNB = 10048

Definition at line 261 of file ZPlainDbLibDriver.pas.

const SQLEIOPT = 10030

Definition at line 243 of file ZPlainDbLibDriver.pas.

const SQLEITIM = 10028

Definition at line 241 of file ZPlainDbLibDriver.pas.

const SQLEKBCI = 10051

Definition at line 264 of file ZPlainDbLibDriver.pas.

const SQLEKBCO = 10049

Definition at line 262 of file ZPlainDbLibDriver.pas.

const SQLEMDBP = 10073

Definition at line 286 of file ZPlainDbLibDriver.pas.

const SQLEMEM = 10000

Definition at line 213 of file ZPlainDbLibDriver.pas.

const SQLEMODE = 10026

Definition at line 239 of file ZPlainDbLibDriver.pas.

const SQLENLOG = 10002

Definition at line 215 of file ZPlainDbLibDriver.pas.

const SQLENONET = 10040

Definition at line 253 of file ZPlainDbLibDriver.pas.

const SQLENONFLOAT = 10109

Definition at line 322 of file ZPlainDbLibDriver.pas.

const SQLENOTIMPL = 10108

Definition at line 321 of file ZPlainDbLibDriver.pas.

const SQLENPRM = 10033

Definition at line 246 of file ZPlainDbLibDriver.pas.

const SQLENSIP = 10035

Definition at line 248 of file ZPlainDbLibDriver.pas.

const SQLENSPE = 10009

Definition at line 222 of file ZPlainDbLibDriver.pas.

const SQLENTLL = 10023

Definition at line 236 of file ZPlainDbLibDriver.pas.

const SQLENTXT = 10019

Definition at line 232 of file ZPlainDbLibDriver.pas.

const SQLENULL = 10001

Definition at line 214 of file ZPlainDbLibDriver.pas.

const SQLENULLO = 10006

Definition at line 219 of file ZPlainDbLibDriver.pas.

const SQLENXID = 10047

Definition at line 260 of file ZPlainDbLibDriver.pas.

const SQLEOLDVR = 10105

Definition at line 318 of file ZPlainDbLibDriver.pas.

const SQLEOOB = 10027

Definition at line 240 of file ZPlainDbLibDriver.pas.

const SQLEPARM = 10013

Definition at line 226 of file ZPlainDbLibDriver.pas.

const SQLEPNUL = 10069

Definition at line 282 of file ZPlainDbLibDriver.pas.

const SQLEPWD = 10003

Definition at line 216 of file ZPlainDbLibDriver.pas.

const SQLERDCN = 10016

Definition at line 229 of file ZPlainDbLibDriver.pas.

const SQLEREAD = 10010

Definition at line 223 of file ZPlainDbLibDriver.pas.

const SQLERPND = 10038

Definition at line 251 of file ZPlainDbLibDriver.pas.

const SQLERROR = $aa

Definition at line 187 of file ZPlainDbLibDriver.pas.

const SQLESEOF = 10037

Definition at line 250 of file ZPlainDbLibDriver.pas.

const SQLESMSG = 10007

Definition at line 220 of file ZPlainDbLibDriver.pas.

const SQLETIME = 10024

Definition at line 237 of file ZPlainDbLibDriver.pas.

const SQLETMTD = 10021

Definition at line 234 of file ZPlainDbLibDriver.pas.

const SQLETSIT = 10012

Definition at line 225 of file ZPlainDbLibDriver.pas.

const SQLEUVBF = 10101

Definition at line 314 of file ZPlainDbLibDriver.pas.

const SQLEVDPT = 10058

Definition at line 271 of file ZPlainDbLibDriver.pas.

const SQLEWRIT = 10025

Definition at line 238 of file ZPlainDbLibDriver.pas.

const SQLFLT4 = $3b

Definition at line 172 of file ZPlainDbLibDriver.pas.

const SQLFLT8 = $3e

Definition at line 168 of file ZPlainDbLibDriver.pas.

const SQLFLTN = $6d

Definition at line 169 of file ZPlainDbLibDriver.pas.

const SQLIMAGE = $22

Definition at line 160 of file ZPlainDbLibDriver.pas.

const SQLINFO = $ab

Definition at line 188 of file ZPlainDbLibDriver.pas.

const SQLINIT = 10074

Definition at line 287 of file ZPlainDbLibDriver.pas.

const SQLINT1 = $30

Definition at line 162 of file ZPlainDbLibDriver.pas.

const SQLINT2 = $34

Definition at line 164 of file ZPlainDbLibDriver.pas.

const SQLINT4 = $38

Definition at line 165 of file ZPlainDbLibDriver.pas.

const SQLINTN = $26

Definition at line 157 of file ZPlainDbLibDriver.pas.

const SQLLOGINACK = $ad

Definition at line 201 of file ZPlainDbLibDriver.pas.

const SQLMONEY = $3c

Definition at line 166 of file ZPlainDbLibDriver.pas.

const SQLMONEY4 = $7a

Definition at line 173 of file ZPlainDbLibDriver.pas.

const SQLMONEYN = $6e

Definition at line 170 of file ZPlainDbLibDriver.pas.

const SQLNUMERIC = $6c

Definition at line 176 of file ZPlainDbLibDriver.pas.

const SQLNUMVAL = 10104

Definition at line 317 of file ZPlainDbLibDriver.pas.

const SQLOFFSET = $78

Definition at line 199 of file ZPlainDbLibDriver.pas.

const SQLORDER = $a9

Definition at line 200 of file ZPlainDbLibDriver.pas.

const SQLPROCID = $7c

Definition at line 181 of file ZPlainDbLibDriver.pas.

const SQLRETURN = $db

Definition at line 191 of file ZPlainDbLibDriver.pas.

const SQLRETURNSTATUS = $79

Definition at line 190 of file ZPlainDbLibDriver.pas.

const SQLRETURNVALUE = $ac

Definition at line 189 of file ZPlainDbLibDriver.pas.

const SQLROW = $d1

Definition at line 194 of file ZPlainDbLibDriver.pas.

const SQLTABNAME = $a4

Definition at line 183 of file ZPlainDbLibDriver.pas.

const SQLTEXT = $23

Definition at line 155 of file ZPlainDbLibDriver.pas.

const SQLVARBINARY = $25

Definition at line 156 of file ZPlainDbLibDriver.pas.

const SQLVARCHAR = $27

Definition at line 158 of file ZPlainDbLibDriver.pas.

const SQLVOID = $1f

Definition at line 154 of file ZPlainDbLibDriver.pas.

const SRCDECIMALBIND = 19

Definition at line 109 of file ZPlainDbLibDriver.pas.

const SRCNUMERICBIND = 20

Definition at line 110 of file ZPlainDbLibDriver.pas.

const STDEXIT = 0

Definition at line 386 of file ZPlainDbLibDriver.pas.

const STRINGBIND = 10

Definition at line 100 of file ZPlainDbLibDriver.pas.

const SUCCEED = 1

Definition at line 369 of file ZPlainDbLibDriver.pas.

const SUCCEED_ABORT = 2

Definition at line 371 of file ZPlainDbLibDriver.pas.

const TIMEOUT_IGNORE = Cardinal(-1)

Definition at line 66 of file ZPlainDbLibDriver.pas.

const TIMEOUT_INFINITE = 0

Definition at line 67 of file ZPlainDbLibDriver.pas.

const TIMEOUT_MAXIMUM = 1200

Definition at line 68 of file ZPlainDbLibDriver.pas.

const TINYBIND = 1

Definition at line 91 of file ZPlainDbLibDriver.pas.

const UT_DELETEONLY = $0008

Definition at line 461 of file ZPlainDbLibDriver.pas.

const UT_LOG = $0010

Definition at line 462 of file ZPlainDbLibDriver.pas.

const UT_MORETEXT = $0004

Definition at line 460 of file ZPlainDbLibDriver.pas.

const UT_TEXT = $0002

Definition at line 459 of file ZPlainDbLibDriver.pas.

const UT_TEXTPTR = $0001

Definition at line 458 of file ZPlainDbLibDriver.pas.

const VARYBINBIND = 13

Definition at line 103 of file ZPlainDbLibDriver.pas.

const VARYCHARBIND = 12

Definition at line 102 of file ZPlainDbLibDriver.pas.


Generated on Wed Dec 30 08:42:42 2009 for zeoslib by  doxygen 1.5.7.1