core/ZMessages.pas File Reference

Go to the source code of this file.

Variables

const SAttemptExecOnBadPrep = "Attempt made to execute a statement before a successful preparation."
const SBadOCI = "Bad OCI version [%s]. Version 8.0.3 or older is required"
const SBindingFailure = "Failed to bind parameter set"
const SBindVarOutOfRange = "Bound variable index out of range: %d"
const SBookmarkWasNotFound = "Bookmark was not found"
const SBoundVarStrIndexMissing = "Bound variable text index '%s' does not exist"
const SButtonCancel = "&Cancel"
const SButtonCheck = "C&heck"
const SButtonClose = "&Close"
const SButtonGenerate = "&Generate"
const SButtonOk = "&OK"
const SButtonTest = "&Test"
const SCanNotAccessBlobRecord = "Cannot access blob record in column %d with type %s"
const SCanNotConnectToServer = "Cannot connect to SQL server"
const SCanNotDeleteEmptyRow = "Cannot delete an empty row"
const SCanNotExecuteMoreQueries = "Cannot execute more then one query"
const SCanNotOpenResultSet = "Can not open a Resultset"
const SCannotPerformOperation = "Can not perform operation on closed Resultset"
const SCanNotRetrieveResultSetData = "Cannot retrieve Resultset data"
const SCanNotUpdateComplexQuery = "Cannot update a complex query with more then one table"
const SCanNotUpdateDeletedRow = "Cannot update a deleted row"
const SCanNotUpdateEmptyRow = "Cannot update an empty row"
const SCanNotUpdateThisQueryType = "Cannot update this query type"
const SCannotUseCommit = "You cannot use COMMIT in AUTOCOMMIT mode"
const SCannotUseRollBack = "You cannot use ROLLBACK in AUTOCOMMIT mode"
const SCircularLink = "Datasource makes a circular link"
const SClonningIsNotSupported = "Clonning is not supported by this class"
const SColumnIsNotAccessable = "Column with index %d is not accessable"
const SColumnWasNotFound = "Column with name '%s' was not found"
const SConnect2AsUser = "Connect to '%s' as user '%s'"
const SConnectionIsNotAssigned = "Database connection component is not assigned"
const SConnectionIsNotOpened = "Connection is not opened yet"
const SConvertionIsNotPossible = "Convertion is not possible for column %d from %s to %s"
const SDatabaseDialog = "Open existing database"
const SDataTypeDoesNotSupported = "Data type is not supported"
const SDecodeDateIsNotSupported = "This version does not support isc_decode_sql_date"
const SDecodeTimeIsNotSupported = "This version does not support isc_decode_sql_time"
const SDecodeTimestampIsNotSupported = "This version does not support isc_decode_sql_timestamp"
const SDialogOpenTitle = "Open SQL File"
const SDialogSaveTitle = "Save SQL File"
const SDriverNotCapableOutParameters = "Driver is not capable to handle parameters"
const SDriverNotSupported = "Driver not supported %s"
const SDriverWasNotFound = "Requested database driver was not found"
const SEncodeDateIsNotSupported = "This version does not support isc_encode_sql_date"
const SEncodeTimeIsNotSupported = "This version does not support isc_encode_sql_time"
const SEncodeTimestampIsNotSupported = "This version does not support isc_encode_sql_timestamp"
const SErrorConvertion = "Convertion error"
const SErrorConvertionField = "Conversion error for field '%s' to SQLType '%s'"
const SExpectedMoreParams = "More than two parameters are expected"
const SFailedToBindAllValues = "Application failed to pre-bind all values"
const SFailedToBindResults = "Application failed to bind to the result set"
const SFailedtoInitPrepStmt = "Prepared statement failed to initialize"
const SFailedtoPrepareStmt = "Statement failed during prepare process"
const SFieldNotFound1 = "Field '%s' was not found"
const SFieldNotFound2 = "Field %d was not found"
const SFieldReadOnly = "Readonly field can\'t be assigned a value: %d"
const SFormEditor = "ZEOS SQL Editor"
const SFormTest = "ZEOS SQL Editor Test"
const SFunctionWasNotFound = "Function '%s' was not found"
const SImmutableOpIsNotAllowed = "The operation is not allowed on not changeable collections"
const SIncorrectConnectionURL = "Incorrect connection URL: %s"
const SIncorrectSearchFieldsNumber = "Incorrect number of search field values"
const SIncorrectSymbol = "Incorrect symbol in field list '%s'."
const SIncorrectToken = "Incorrect token followed by ':'"
const SInternalError = "Internal error"
const SInvalidInputParameterCount = "Input parameter count is less then expected"
const SInvalidOperationInTrans = "Invalid operation in explicit transaction mode"
const SInvalidOpInAutoCommit = "Invalid operation in AutoCommit mode"
const SInvalidOpInNonAutoCommit = "Invalid operation in non AutoCommit mode"
const SInvalidOpPrepare = "Prepare transaction only possible on matching first(!) Starttransaction"
const SInvalidState = "Invalid state"
const SInvalidUpdateCount = "%d record(s) updated. Only one record should have been updated."
const SInvalidVarByteArray = "Invalid VarByte array"
const SIsolationIsNotSupported = "Transaction isolation level is not supported"
const SLibraryNotFound = "None of the dynamic libraries can be found: %s"
const SListCapacityError = "List capacity out of bounds (%d)"
const SListCountError = "List count out of bounds (%d)"
const SListIndexError = "List index out of bounds (%d)"
const SLiveResultSetsAreNotSupported = "Live query is not supported by this class"
const SLoginPromptFailure = "Can not find default login prompt dialog. Please add DBLogDlg to the uses section of your main file."
const SMenuLoad = "Load"
const SMenuSave = "Save"
const SMustBeInBrowseMode = "Operation is only allowed in dsBROWSE state"
const SNeedField = "Field %s is required, but not supplied."
const SNoMoreRecords = "No more records in the Resultset"
const SOperationIsNotAllowed1 = "Operation is not allowed in FORWARD ONLY mode"
const SOperationIsNotAllowed2 = "Operation is not allowed in READ ONLY mode"
const SOperationIsNotAllowed3 = "Operation is not allowed in %s mode"
const SOperationIsNotAllowed4 = "Operation is not allowed for closed dataset"
const SParametersError = "%d parameters were expected but %d were found"
const SPattern2Long = "Pattern is too long"
const SPreparedStmtExecFailure = "Prepared statement failed to execute"
const SPropertyColumns = "You should limit it by Catalog, Schema and/or TableName."
const SPropertyExecute = "Should the Query be executed anyway?"
const SPropertyProcedures = "You should limit it by Catalog and/or Schema."
const SPropertyQuery = "The Query may last a while on large databases!"
const SPropertySequences = "You should limit it by Catalog and/or Schema."
const SPropertyTables = "You should limit it by Catalog and/or Schema."
const SQueryIsEmpty = "SQL Query is empty"
const SRefreshRowOnlySupportedWithUpdateObject = "The refreshrow method is only supported with an update object"
const SReplaceSQL = "&Replace SQL"
const SResolverIsNotSpecified = "Resolver is not specified for this ResultSet"
const SResultsetIsAlreadyOpened = "Resultset is already open"
const SRightBraceExpected = ") expected"
const SRowBufferIsNotAssigned = "Row buffer is not assigned"
const SRowDataIsNotAvailable = "Row data is not available"
const SSelectedTransactionIsolation = "Selected transaction isolation level is not supported"
const SSQLEditor = "SQL Editor"
const SSQLError1 = "SQL Error: %s"
const SSQLError2 = "SQL Error: %s Code: %d"
const SSQLError3 = "SQL Error: %s Code: %d SQL: %s"
const SSQLError4 = "SQL Error: %s Code: %d Message: %s"
const SStackIsEmpty = "Stack is empty"
const SStatementIsNotAllowed = "Statement is not allowed"
const SStoredProcIsNotAllowed = "The stored proc is not allowed"
const SSyntaxError = "Syntax error"
const SSyntaxErrorNear = "Syntax error near '%s'"
const STableAlias = "T&able alias"
const STableIsNotSpecified = "Table is not specified"
const STabSheetSelect = "Select SQL"
const STokenizerIsNotDefined = "Tokenizer is not defined"
const STypesMismatch = "Types mismatch"
const SUnexpectedExprEnd = "Unexpected end of expression"
const SUnknownError = "Unknown error"
const SUnKnownParamDataType = "Unknown Param.DataType"
const SUnknownSymbol = "Unknown symbol '%s'"
const SUnsupportedByDriver = "Driver can not support this feature natively: [%s]"
const SUnsupportedDataType = "Unsupported data type"
const SUnsupportedOperation = "Unsupported operation"
const SUnsupportedParameterType = "Unsupported parameter type"
const SUnsupportedProtocol = "Unsupported protocol: %s"
const SUnsupportedVariantType = "Unsupported variant type"
const SUpdateSQLNoResult = "Update Refresh SQL delivered no resultset"
const SUpdateSQLRefreshStatementcount = "Update Refresh SQL Statement count must be 1"
const SVariableAlreadyExists = "Variable '%s' already exists"
const SVariableWasNotFound = "Variable '%s' was not found"
const SWrongTypeForBlobParameter = "Wrong type for Blob parameter"


Variable Documentation

const SAttemptExecOnBadPrep = "Attempt made to execute a statement before a successful preparation."

Definition at line 1709 of file ZMessages.pas.

const SBadOCI = "Bad OCI version [%s]. Version 8.0.3 or older is required"

Definition at line 1661 of file ZMessages.pas.

const SBindingFailure = "Failed to bind parameter set"

Definition at line 1710 of file ZMessages.pas.

const SBindVarOutOfRange = "Bound variable index out of range: %d"

Definition at line 1713 of file ZMessages.pas.

const SBookmarkWasNotFound = "Bookmark was not found"

Definition at line 1642 of file ZMessages.pas.

const SBoundVarStrIndexMissing = "Bound variable text index '%s' does not exist"

Definition at line 1712 of file ZMessages.pas.

const SButtonCancel = "&Cancel"

Definition at line 1686 of file ZMessages.pas.

const SButtonCheck = "C&heck"

Definition at line 1683 of file ZMessages.pas.

const SButtonClose = "&Close"

Definition at line 1677 of file ZMessages.pas.

const SButtonGenerate = "&Generate"

Definition at line 1682 of file ZMessages.pas.

const SButtonOk = "&OK"

Definition at line 1685 of file ZMessages.pas.

const SButtonTest = "&Test"

Definition at line 1684 of file ZMessages.pas.

const SCanNotAccessBlobRecord = "Cannot access blob record in column %d with type %s"

Definition at line 1604 of file ZMessages.pas.

const SCanNotConnectToServer = "Cannot connect to SQL server"

Definition at line 1616 of file ZMessages.pas.

const SCanNotDeleteEmptyRow = "Cannot delete an empty row"

Definition at line 1610 of file ZMessages.pas.

const SCanNotExecuteMoreQueries = "Cannot execute more then one query"

Definition at line 1634 of file ZMessages.pas.

const SCanNotOpenResultSet = "Can not open a Resultset"

Definition at line 1640 of file ZMessages.pas.

const SCannotPerformOperation = "Can not perform operation on closed Resultset"

Definition at line 1654 of file ZMessages.pas.

const SCanNotRetrieveResultSetData = "Cannot retrieve Resultset data"

Definition at line 1600 of file ZMessages.pas.

const SCanNotUpdateComplexQuery = "Cannot update a complex query with more then one table"

Definition at line 1613 of file ZMessages.pas.

const SCanNotUpdateDeletedRow = "Cannot update a deleted row"

Definition at line 1609 of file ZMessages.pas.

const SCanNotUpdateEmptyRow = "Cannot update an empty row"

Definition at line 1608 of file ZMessages.pas.

const SCanNotUpdateThisQueryType = "Cannot update this query type"

Definition at line 1614 of file ZMessages.pas.

const SCannotUseCommit = "You cannot use COMMIT in AUTOCOMMIT mode"

Definition at line 1611 of file ZMessages.pas.

const SCannotUseRollBack = "You cannot use ROLLBACK in AUTOCOMMIT mode"

Definition at line 1612 of file ZMessages.pas.

const SCircularLink = "Datasource makes a circular link"

Definition at line 1641 of file ZMessages.pas.

const SClonningIsNotSupported = "Clonning is not supported by this class"

Definition at line 1572 of file ZMessages.pas.

const SColumnIsNotAccessable = "Column with index %d is not accessable"

Definition at line 1602 of file ZMessages.pas.

const SColumnWasNotFound = "Column with name '%s' was not found"

Definition at line 1621 of file ZMessages.pas.

const SConnect2AsUser = "Connect to '%s' as user '%s'"

Definition at line 1662 of file ZMessages.pas.

const SConnectionIsNotAssigned = "Database connection component is not assigned"

Definition at line 1632 of file ZMessages.pas.

const SConnectionIsNotOpened = "Connection is not opened yet"

Definition at line 1627 of file ZMessages.pas.

const SConvertionIsNotPossible = "Convertion is not possible for column %d from %s to %s"

Definition at line 1603 of file ZMessages.pas.

const SDatabaseDialog = "Open existing database"

Definition at line 1692 of file ZMessages.pas.

const SDataTypeDoesNotSupported = "Data type is not supported"

Definition at line 1657 of file ZMessages.pas.

const SDecodeDateIsNotSupported = "This version does not support isc_decode_sql_date"

Definition at line 1596 of file ZMessages.pas.

const SDecodeTimeIsNotSupported = "This version does not support isc_decode_sql_time"

Definition at line 1597 of file ZMessages.pas.

const SDecodeTimestampIsNotSupported = "This version does not support isc_decode_sql_timestamp"

Definition at line 1598 of file ZMessages.pas.

const SDialogOpenTitle = "Open SQL File"

Definition at line 1689 of file ZMessages.pas.

const SDialogSaveTitle = "Save SQL File"

Definition at line 1690 of file ZMessages.pas.

const SDriverNotCapableOutParameters = "Driver is not capable to handle parameters"

Definition at line 1651 of file ZMessages.pas.

const SDriverNotSupported = "Driver not supported %s"

Definition at line 1649 of file ZMessages.pas.

const SDriverWasNotFound = "Requested database driver was not found"

Definition at line 1615 of file ZMessages.pas.

const SEncodeDateIsNotSupported = "This version does not support isc_encode_sql_date"

Definition at line 1593 of file ZMessages.pas.

const SEncodeTimeIsNotSupported = "This version does not support isc_encode_sql_time"

Definition at line 1594 of file ZMessages.pas.

const SEncodeTimestampIsNotSupported = "This version does not support isc_encode_sql_timestamp"

Definition at line 1595 of file ZMessages.pas.

const SErrorConvertion = "Convertion error"

Definition at line 1656 of file ZMessages.pas.

const SErrorConvertionField = "Conversion error for field '%s' to SQLType '%s'"

Definition at line 1660 of file ZMessages.pas.

const SExpectedMoreParams = "More than two parameters are expected"

Definition at line 1584 of file ZMessages.pas.

const SFailedToBindAllValues = "Application failed to pre-bind all values"

Definition at line 1708 of file ZMessages.pas.

const SFailedToBindResults = "Application failed to bind to the result set"

Definition at line 1714 of file ZMessages.pas.

const SFailedtoInitPrepStmt = "Prepared statement failed to initialize"

Definition at line 1706 of file ZMessages.pas.

const SFailedtoPrepareStmt = "Statement failed during prepare process"

Definition at line 1707 of file ZMessages.pas.

const SFieldNotFound1 = "Field '%s' was not found"

Definition at line 1664 of file ZMessages.pas.

const SFieldNotFound2 = "Field %d was not found"

Definition at line 1665 of file ZMessages.pas.

const SFieldReadOnly = "Readonly field can\'t be assigned a value: %d"

Definition at line 1721 of file ZMessages.pas.

const SFormEditor = "ZEOS SQL Editor"

Definition at line 1678 of file ZMessages.pas.

const SFormTest = "ZEOS SQL Editor Test"

Definition at line 1676 of file ZMessages.pas.

const SFunctionWasNotFound = "Function '%s' was not found"

Definition at line 1576 of file ZMessages.pas.

const SImmutableOpIsNotAllowed = "The operation is not allowed on not changeable collections"

Definition at line 1573 of file ZMessages.pas.

const SIncorrectConnectionURL = "Incorrect connection URL: %s"

Definition at line 1623 of file ZMessages.pas.

const SIncorrectSearchFieldsNumber = "Incorrect number of search field values"

Definition at line 1643 of file ZMessages.pas.

const SIncorrectSymbol = "Incorrect symbol in field list '%s'."

Definition at line 1645 of file ZMessages.pas.

const SIncorrectToken = "Incorrect token followed by ':'"

Definition at line 1646 of file ZMessages.pas.

const SInternalError = "Internal error"

Definition at line 1577 of file ZMessages.pas.

const SInvalidInputParameterCount = "Input parameter count is less then expected"

Definition at line 1619 of file ZMessages.pas.

const SInvalidOperationInTrans = "Invalid operation in explicit transaction mode"

Definition at line 1644 of file ZMessages.pas.

const SInvalidOpInAutoCommit = "Invalid operation in AutoCommit mode"

Definition at line 1628 of file ZMessages.pas.

const SInvalidOpInNonAutoCommit = "Invalid operation in non AutoCommit mode"

Definition at line 1629 of file ZMessages.pas.

const SInvalidOpPrepare = "Prepare transaction only possible on matching first(!) Starttransaction"

Definition at line 1630 of file ZMessages.pas.

const SInvalidState = "Invalid state"

Definition at line 1655 of file ZMessages.pas.

const SInvalidUpdateCount = "%d record(s) updated. Only one record should have been updated."

Definition at line 1722 of file ZMessages.pas.

const SInvalidVarByteArray = "Invalid VarByte array"

Definition at line 1585 of file ZMessages.pas.

const SIsolationIsNotSupported = "Transaction isolation level is not supported"

Definition at line 1620 of file ZMessages.pas.

const SLibraryNotFound = "None of the dynamic libraries can be found: %s"

Definition at line 1592 of file ZMessages.pas.

const SListCapacityError = "List capacity out of bounds (%d)"

Definition at line 1568 of file ZMessages.pas.

const SListCountError = "List count out of bounds (%d)"

Definition at line 1569 of file ZMessages.pas.

const SListIndexError = "List index out of bounds (%d)"

Definition at line 1570 of file ZMessages.pas.

const SLiveResultSetsAreNotSupported = "Live query is not supported by this class"

Definition at line 1618 of file ZMessages.pas.

const SLoginPromptFailure = "Can not find default login prompt dialog. Please add DBLogDlg to the uses section of your main file."

Definition at line 1667 of file ZMessages.pas.

const SMenuLoad = "Load"

Definition at line 1680 of file ZMessages.pas.

const SMenuSave = "Save"

Definition at line 1681 of file ZMessages.pas.

const SMustBeInBrowseMode = "Operation is only allowed in dsBROWSE state"

Definition at line 1718 of file ZMessages.pas.

const SNeedField = "Field %s is required, but not supplied."

Definition at line 1704 of file ZMessages.pas.

const SNoMoreRecords = "No more records in the Resultset"

Definition at line 1639 of file ZMessages.pas.

const SOperationIsNotAllowed1 = "Operation is not allowed in FORWARD ONLY mode"

Definition at line 1635 of file ZMessages.pas.

const SOperationIsNotAllowed2 = "Operation is not allowed in READ ONLY mode"

Definition at line 1636 of file ZMessages.pas.

const SOperationIsNotAllowed3 = "Operation is not allowed in %s mode"

Definition at line 1637 of file ZMessages.pas.

const SOperationIsNotAllowed4 = "Operation is not allowed for closed dataset"

Definition at line 1638 of file ZMessages.pas.

const SParametersError = "%d parameters were expected but %d were found"

Definition at line 1583 of file ZMessages.pas.

const SPattern2Long = "Pattern is too long"

Definition at line 1650 of file ZMessages.pas.

const SPreparedStmtExecFailure = "Prepared statement failed to execute"

Definition at line 1711 of file ZMessages.pas.

const SPropertyColumns = "You should limit it by Catalog, Schema and/or TableName."

Definition at line 1671 of file ZMessages.pas.

const SPropertyExecute = "Should the Query be executed anyway?"

Definition at line 1674 of file ZMessages.pas.

const SPropertyProcedures = "You should limit it by Catalog and/or Schema."

Definition at line 1672 of file ZMessages.pas.

const SPropertyQuery = "The Query may last a while on large databases!"

Definition at line 1669 of file ZMessages.pas.

const SPropertySequences = "You should limit it by Catalog and/or Schema."

Definition at line 1673 of file ZMessages.pas.

const SPropertyTables = "You should limit it by Catalog and/or Schema."

Definition at line 1670 of file ZMessages.pas.

const SQueryIsEmpty = "SQL Query is empty"

Definition at line 1633 of file ZMessages.pas.

const SRefreshRowOnlySupportedWithUpdateObject = "The refreshrow method is only supported with an update object"

Definition at line 1717 of file ZMessages.pas.

const SReplaceSQL = "&Replace SQL"

Definition at line 1688 of file ZMessages.pas.

const SResolverIsNotSpecified = "Resolver is not specified for this ResultSet"

Definition at line 1606 of file ZMessages.pas.

const SResultsetIsAlreadyOpened = "Resultset is already open"

Definition at line 1607 of file ZMessages.pas.

const SRightBraceExpected = ") expected"

Definition at line 1582 of file ZMessages.pas.

const SRowBufferIsNotAssigned = "Row buffer is not assigned"

Definition at line 1601 of file ZMessages.pas.

const SRowDataIsNotAvailable = "Row data is not available"

Definition at line 1605 of file ZMessages.pas.

const SSelectedTransactionIsolation = "Selected transaction isolation level is not supported"

Definition at line 1648 of file ZMessages.pas.

const SSQLEditor = "SQL Editor"

Definition at line 1691 of file ZMessages.pas.

const SSQLError1 = "SQL Error: %s"

Definition at line 1563 of file ZMessages.pas.

const SSQLError2 = "SQL Error: %s Code: %d"

Definition at line 1564 of file ZMessages.pas.

const SSQLError3 = "SQL Error: %s Code: %d SQL: %s"

Definition at line 1565 of file ZMessages.pas.

const SSQLError4 = "SQL Error: %s Code: %d Message: %s"

Definition at line 1566 of file ZMessages.pas.

const SStackIsEmpty = "Stack is empty"

Definition at line 1574 of file ZMessages.pas.

const SStatementIsNotAllowed = "Statement is not allowed"

Definition at line 1652 of file ZMessages.pas.

const SStoredProcIsNotAllowed = "The stored proc is not allowed"

Definition at line 1653 of file ZMessages.pas.

const SSyntaxError = "Syntax error"

Definition at line 1579 of file ZMessages.pas.

const SSyntaxErrorNear = "Syntax error near '%s'"

Definition at line 1578 of file ZMessages.pas.

const STableAlias = "T&able alias"

Definition at line 1687 of file ZMessages.pas.

const STableIsNotSpecified = "Table is not specified"

Definition at line 1617 of file ZMessages.pas.

const STabSheetSelect = "Select SQL"

Definition at line 1679 of file ZMessages.pas.

const STokenizerIsNotDefined = "Tokenizer is not defined"

Definition at line 1591 of file ZMessages.pas.

const STypesMismatch = "Types mismatch"

Definition at line 1587 of file ZMessages.pas.

const SUnexpectedExprEnd = "Unexpected end of expression"

Definition at line 1581 of file ZMessages.pas.

const SUnknownError = "Unknown error"

Definition at line 1663 of file ZMessages.pas.

const SUnKnownParamDataType = "Unknown Param.DataType"

Definition at line 1720 of file ZMessages.pas.

const SUnknownSymbol = "Unknown symbol '%s'"

Definition at line 1580 of file ZMessages.pas.

const SUnsupportedByDriver = "Driver can not support this feature natively: [%s]"

Definition at line 1625 of file ZMessages.pas.

const SUnsupportedDataType = "Unsupported data type"

Definition at line 1659 of file ZMessages.pas.

const SUnsupportedOperation = "Unsupported operation"

Definition at line 1589 of file ZMessages.pas.

const SUnsupportedParameterType = "Unsupported parameter type"

Definition at line 1658 of file ZMessages.pas.

const SUnsupportedProtocol = "Unsupported protocol: %s"

Definition at line 1624 of file ZMessages.pas.

const SUnsupportedVariantType = "Unsupported variant type"

Definition at line 1588 of file ZMessages.pas.

const SUpdateSQLNoResult = "Update Refresh SQL delivered no resultset"

Definition at line 1694 of file ZMessages.pas.

const SUpdateSQLRefreshStatementcount = "Update Refresh SQL Statement count must be 1"

Definition at line 1695 of file ZMessages.pas.

const SVariableAlreadyExists = "Variable '%s' already exists"

Definition at line 1586 of file ZMessages.pas.

const SVariableWasNotFound = "Variable '%s' was not found"

Definition at line 1575 of file ZMessages.pas.

const SWrongTypeForBlobParameter = "Wrong type for Blob parameter"

Definition at line 1622 of file ZMessages.pas.


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