Subject | WishList |
---|---|
Author | Nikolay Mikhelson |
Post date | 2000-01-21T11:15:56Z |
G'day Everyone !
Actually I support idea about wish list (or features request list) and can
propose a number of features to be included in IB V. X.X.
Features I need are not concerned with scaleability
or internet access, they are very usefull for everyone developer.
Some of the features I need are:
--- Errors handling (this one was discussed before in mers list)
--- Domains support in Stored procedures (parameters, variables)
ex: Create Domain Domain1 VarChar(32) .... (Standatd definition)
And then:
Create Stored Procedure Proc_Name (A Domain1, B Domain2)
As
Declare variable SPVar Domain3;
...
--- I'd like to use Stored functions:
Create Stored Function Func_Name(_Params_)
Returns (One param) As ...
And use it in query like:
(For) Select A, B, StoredFunction1(C, D)
From AnyTable
Where StoredFunction2(E,F,G) = H
Into ...
(for this reason we use UDF, but stored functions are more natural and
convenient way)
I can continue if(when) features request list created.
I understand It is not a time to ask features while community has no
open source but if our intentions are serious, we need to understand
what we are going to do. what are the first steps in coding,
what are our aims...
best regards,
Nikolai B. Mikhelson
(senior software ingeneer)
St. Petersburg, Russia.
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Actually I support idea about wish list (or features request list) and can
propose a number of features to be included in IB V. X.X.
Features I need are not concerned with scaleability
or internet access, they are very usefull for everyone developer.
Some of the features I need are:
--- Errors handling (this one was discussed before in mers list)
--- Domains support in Stored procedures (parameters, variables)
ex: Create Domain Domain1 VarChar(32) .... (Standatd definition)
And then:
Create Stored Procedure Proc_Name (A Domain1, B Domain2)
As
Declare variable SPVar Domain3;
...
--- I'd like to use Stored functions:
Create Stored Function Func_Name(_Params_)
Returns (One param) As ...
And use it in query like:
(For) Select A, B, StoredFunction1(C, D)
From AnyTable
Where StoredFunction2(E,F,G) = H
Into ...
(for this reason we use UDF, but stored functions are more natural and
convenient way)
I can continue if(when) features request list created.
I understand It is not a time to ask features while community has no
open source but if our intentions are serious, we need to understand
what we are going to do. what are the first steps in coding,
what are our aims...
best regards,
Nikolai B. Mikhelson
(senior software ingeneer)
St. Petersburg, Russia.
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com