Subject ANN: IBExpert New Version
Author Holger Klemt
IBExpert new Version


IBExpert Newsletter 17.07.02

Today we uploaded a new Version 2.2.0.3
of IBExpert on www.ibexpert.com

If you are registered customer and cannot
access the customer area, please check the
update end date from your registration form.
If you update right is already expired,
you can extend it for the next two years
with buying the same license(s) again in
our shop. See details on our Web Site
www.ibexpert.com

Description:



1. Script Executive, IBEScript: Now support work with parameters
within EXECUTE PROCEDURE, INSERT, DELETE, UPDATE and
SELECT statements. This means that you can use statements with
parameters in your scripts. For example:

update my_table
set my_field = :param1, another_field = :param2.

Parameter values should be defined in external file that should has
following structure (like ini-files):

param1=This is a sample string
param2=12/10/1999
param3=12.3245
...

If parameter is not defined in parameters file it's value will be NULL.
Also if parameters file is missing (Script Executive or IBEScript can't
find file specified in SET PARAMFILE command) all parameters will
have NULL-value.

Before using statements with parameters you should specify parameters
file using SET PARAMFILE command. For example:

SET PARAMFILE 'C:\SCRIPTS\MY_PARAMETERS.PRM';

or

SET PARAMFILE 'MY_PARAMETERS.PRM';


2. Database Explorer | Recent Used Objects: Now shows last used time
and counter. It's possible to sort recent list by any column.

3. Grant Manager: Fixed bugs with incorrect combobox items introduced
in previous version.

4. IBEScript: Now returns errorcodes: 0 - if script was executed without
errors;
1 - if script was executed with errors.

5. Options | Environment Options | Database Explorer: Added customization
for
inactive triggers color.

6. Other bugfixes and small improvements...



comments: please use our newsgroups on

German Language
news://victory.equitania.de/interbase.ibexpert.de

English Language
news://victory.equitania.de/interbase.ibexpert.en

Russian Language
news://victory.equitania.de/interbase.ibexpert.ru

French Language
news://victory.equitania.de/interbase.ibexpert.fr


The IBExpert Team

HK Software - Holger Klemt - Huntestrasse 15
D-26135 Oldenburg - Germany
Phone/Fax +49 700 IBEXPERT (42397378)