mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:59:18 +02:00
* Correct error message for unknown connector, add param value message
git-svn-id: trunk@31156 -
This commit is contained in:
parent
2f97bc7f60
commit
e209b1604f
@ -101,7 +101,7 @@ Resourcestring
|
|||||||
SIndexFieldMissing = 'Cannot access index field ''%s''';
|
SIndexFieldMissing = 'Cannot access index field ''%s''';
|
||||||
SNoFieldIndexes = 'No index currently active';
|
SNoFieldIndexes = 'No index currently active';
|
||||||
SNotIndexField = 'Field ''%s'' is not indexed and cannot be modified';
|
SNotIndexField = 'Field ''%s'' is not indexed and cannot be modified';
|
||||||
SErrUnknownConnectorType = 'Unknown connector type';
|
SErrUnknownConnectorType = 'Unknown connector type: "%s"';
|
||||||
SNoIndexFieldNameGiven = 'There are no fields selected to base the index on';
|
SNoIndexFieldNameGiven = 'There are no fields selected to base the index on';
|
||||||
SStreamNotRecognised = 'The data-stream format is not recognized';
|
SStreamNotRecognised = 'The data-stream format is not recognized';
|
||||||
SNoReaderClassRegistered = 'There is no TDatapacketReaderClass registered for this kind of data-stream';
|
SNoReaderClassRegistered = 'There is no TDatapacketReaderClass registered for this kind of data-stream';
|
||||||
@ -123,6 +123,7 @@ Resourcestring
|
|||||||
SErrRefreshEmptyResult = 'Refresh SQL resulted in empty result set.';
|
SErrRefreshEmptyResult = 'Refresh SQL resulted in empty result set.';
|
||||||
SErrNoKeyFieldForRefreshClause = 'No key field found to construct refresh SQL WHERE clause';
|
SErrNoKeyFieldForRefreshClause = 'No key field found to construct refresh SQL WHERE clause';
|
||||||
SErrFailedToFetchReturningResult = 'Failed to fetch returning result';
|
SErrFailedToFetchReturningResult = 'Failed to fetch returning result';
|
||||||
|
SLogParamValue = 'Parameter "%s" value : "%s"';
|
||||||
|
|
||||||
Implementation
|
Implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user