From: Steven M. <sr...@us...> - 2005-08-26 07:16:04
|
Update of /cvsroot/instantobjects/Source/Brokers/BDE/D2005 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26345/Brokers/BDE/D2005 Modified Files: IOBDE.dpk Log Message: Added BDE catalog and updated BDE broker. Still not a SQL broker so no external Part(s), etc allowed. Only tested with Paradox database type. Index: IOBDE.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/D2005/IOBDE.dpk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IOBDE.dpk 30 Jul 2005 06:18:28 -0000 1.2 --- IOBDE.dpk 26 Aug 2005 07:15:54 -0000 1.3 *************** *** 33,37 **** vcldb, bdertl, ! IOCore; contains --- 33,38 ---- vcldb, bdertl, ! IOCore, ! IOBDECatalog; contains |