Browse Source

* Published property Database in TSQLQuery again

git-svn-id: trunk@7955 -
michael 18 years ago
parent
commit
1ea8136192
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/src/sqldb/sqldb.pp

+ 1 - 0
packages/fcl-db/src/sqldb/sqldb.pp

@@ -295,6 +295,7 @@ type
   TSQLQuery = Class(TCustomSQLQuery)
   Published
     //    property SchemaInfo default stNoSchema;
+    property Database;
     property Transaction;
     property ReadOnly;
     property SQL;