Browse Source

+ Database property published

michael 21 years ago
parent
commit
8b4751debf
1 changed files with 5 additions and 1 deletions
  1. 5 1
      fcl/db/mysql/mysqldb.pp

+ 5 - 1
fcl/db/mysql/mysqldb.pp

@@ -129,6 +129,7 @@ type
     property LastInsertID: Integer read FLastInsertID;
     property LastInsertID: Integer read FLastInsertID;
   published
   published
     property Active;
     property Active;
+    property Database;  
     property SQL: TStrings read FSQL write SetSQL;
     property SQL: TStrings read FSQL write SetSQL;
     property BeforeOpen;
     property BeforeOpen;
     property AfterOpen;
     property AfterOpen;
@@ -915,7 +916,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2003-08-16 16:42:21  michael
+  Revision 1.5  2004-09-20 07:13:38  michael
+  + Database property published
+
+  Revision 1.4  2003/08/16 16:42:21  michael
   + Fixes in TDBDataset etc. Changed MySQLDb to use database as well
   + Fixes in TDBDataset etc. Changed MySQLDb to use database as well
 
 
   Revision 1.3  2002/11/07 14:27:59  sg
   Revision 1.3  2002/11/07 14:27:59  sg