IBXtras Readme

download IBXtras Readme

If you can't read please download the document

Transcript of IBXtras Readme

INTERBASE EXPRESS Xtras InterBase 5 & 6------------------------------Welcome to the InterBase Express Extras kit for Delphi6 and InterBase 5 & 6!TABLE OF CONTENTS----------------- 1. What's New in the IBX Extras Kit 2. Documentation 3. Minimum System Requirements 4. Installing the IBX Update Kit 5. Uninstalling the IBX Update Kit 6. What's new in the .01 update 1. WHAT'S NEW IN THE IBX UPDATE KIT-------------------------------------5 new components - IBConnectionBroker, IBDatabaseINI, IBSQLParser, IBScript and IBFilterDialog. 2. DOCUMENTATION----------------Please read the IBXtras documentation.doc in the Delphi root directory for basic documentation on the components.Previous patches and readme files are available at either http://ww6.borland.com/codecentral/ccweb.exe/author?authorid=102 or http://www.borland.com/devsupport/interbase/ibx_updates.html. Future patches will also be available at these locations.3. MINIMUM SYSTEM REQUIREMENTS------------------------------Delphi (5,6) or BCB 5 must be installed. For Delphi 5 SP1 must also have been applied.4. INSTALLING THE IBX UPDATE KIT-------------------------------------Double-click on the IBX Update Kit setup file (IBXtrasD600Upd.EXE, IBXtrasD500.exe or IBXtrasC500.exe to automatically launch the IBXtras setup program. Follow the setup steps from there.5. UNINSTALLING THE IBX UPDATE KIT------------------------------------Follow the normal uninstall option in the Add/Remove programs on the control panel. 6. What's new in the .01 update------------------------------------IBDatabaseINI - Notification moved back to protected. - Added storing/retrieving the Character set;IBFilterDialog - Added Notification to deal with an AV problem when destroying the underlying Dataset component. - Fixed the Contians to Containing issue IBScript - Now handles Set Dialect statements - Now handles Declare statements - Validate now works correctly - New property CurrentTokens that allows you to get at the TStringList containing the tokenized version of hte current statement - New property Validating which is a booloean that is true when the IBScript is validating an script - Fixed a Database not assigned bug when doing DML statements without a Dataset attached. - SQLDialect defaults to 3 for newly created databases IBConnectionBroker - Source included in the D5/BCB5 version