3 questions

Joseph Morgan joseph at checkos.com
Sat Oct 20 09:54:33 CDT 2007


On Oct 20, 2007, at 1:03 AM, Ruslan Zasukhin wrote:

> Moment please.
>
> How you can in RBDB do
>
>     rc.Field(i).value  AS LONG or AS DOBULE
>
> I have not see such things there.

I use:
rc.idxfield(i).stringvalue
rc.idxfield(i).integervalue
rc.idxfield(i).doublevalue
rc.idxfield(i).datevalue
rc.idxfield(i).booleanvalue
rc.idxfield(i).currencyvalue
rc.idxfield(i).int64value
rc.idxfield(i).jpegvalue
rc.idxfield(i).MacPictValue
rc.IdxField(1).NativeValue
rc.IdxField(1).Value << this one is the only variant.


> No, this is usual feature for most mature RDBMS
>
>         WHERE fld = :1  ...
> or
>         WHERE fld = ?  ...
Ok, I do know binds. I am just not familiar with the names of the  
features.

> This feature bring speed together with Query Pool which works  
> behind of
> scene.

Joseph



More information about the Valentina mailing list