mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 09:39:09 +02:00
+ Moved resourcestrings to dbconst
This commit is contained in:
parent
2c884f584a
commit
eaa0c67cd9
@ -27,6 +27,7 @@ Const
|
|||||||
SDatasetRegistered = 'Dataset already registered : "%s"';
|
SDatasetRegistered = 'Dataset already registered : "%s"';
|
||||||
SDuplicateFieldName = 'Duplicate fieldname : "%s"';
|
SDuplicateFieldName = 'Duplicate fieldname : "%s"';
|
||||||
SErrAssTransaction = 'Cannot assign transaction while old transaction active!';
|
SErrAssTransaction = 'Cannot assign transaction while old transaction active!';
|
||||||
|
SErrColumnNotFound = 'Column "%s" not found.';
|
||||||
SErrDatabasenAssigned = 'Database not assigned!';
|
SErrDatabasenAssigned = 'Database not assigned!';
|
||||||
SErrNoDatabaseAvailable = 'Invalid operation: Not attached to database';
|
SErrNoDatabaseAvailable = 'Invalid operation: Not attached to database';
|
||||||
SErrNoSelectStatement = 'Cannot open a non-select statement';
|
SErrNoSelectStatement = 'Cannot open a non-select statement';
|
||||||
@ -64,7 +65,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2004-10-10 14:45:51 michael
|
Revision 1.2 2004-10-16 09:20:25 michael
|
||||||
|
+ Moved resourcestrings to dbconst
|
||||||
|
|
||||||
|
Revision 1.1 2004/10/10 14:45:51 michael
|
||||||
+ Use of dbconst for resource strings
|
+ Use of dbconst for resource strings
|
||||||
|
|
||||||
|
|
||||||
|
@ -183,8 +183,7 @@ Type
|
|||||||
|
|
||||||
Implementation
|
Implementation
|
||||||
|
|
||||||
Resourcestring
|
uses dbconst;
|
||||||
SErrColumnNotFound = 'Column "%s" not found.';
|
|
||||||
|
|
||||||
{ TTableColumns }
|
{ TTableColumns }
|
||||||
|
|
||||||
@ -695,7 +694,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2003-10-28 08:42:01 michael
|
Revision 1.7 2004-10-16 09:20:25 michael
|
||||||
|
+ Moved resourcestrings to dbconst
|
||||||
|
|
||||||
|
Revision 1.6 2003/10/28 08:42:01 michael
|
||||||
+ Added ColumnByName method to TTAbleColumns
|
+ Added ColumnByName method to TTAbleColumns
|
||||||
|
|
||||||
Revision 1.4 2003/10/03 22:43:17 michael
|
Revision 1.4 2003/10/03 22:43:17 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user