Convert

jda jda at his.com
Wed Jan 19 16:24:12 CST 2005


>
>  >
>>  When I try to open my v1.x db I get a DBVersion value of 400 and a
>>  hex value of 190. So it is seen as NOT 1.x.
>
>     1.9.0           H190 = 400
>     2.0.0           H200 = 512
>
>
>          2.0 > 1.9      right?
>so       512 > 400
>
>All right here.
>
>Just HEX arithmetic
>
>
>>  When I open my v2 db I get a DBVersion value of 2 and a hex value of
>>  2. So it is also seen as NOT 1.x.
>>
>  > Shouldn't V2 db's return a (hex) value of &h200?
>

Yes. But a V2 db returns a value of &h002 (decimal 2), NOT &h200 (decimal 512).

Jon


More information about the Valentina-beta mailing list