[Gambas-user] Hot to load and savbe to DB a binary file (not image either archive strings) (PICCORO McKAY Lenz)

PICCORO McKAY Lenz mckaygerhard at ...626...
Mon Jul 15 17:59:31 CEST 2013


i modified the line:
           myFinger = Open User.Home &/ ".fprint/0002/00000000/1" For Write
and added Create but now:

the wtable["hex_huelladactilar"] its a blob type, the blob type only
provides me the Data converter to string representation.. so

i cannot write to stream..

there's any other way to write blob to file ?

....

>             data = wtable["hex_huelladactilar"]
>             If Exist(User.Home &/ ".fprint/0002/00000000/1") Then
>                 Kill User.Home &/ ".fprint/0002/00000000/1"
>             Endif
>             myFinger = Open User.Home &/ ".fprint/0002/00000000/1" For
> Write
>             data.Write(myFinger)
>             Close myFinger
>
again lacks on documentation and no suggestions.. i wish to help and made
good apps for business into free soft, but seems its to hard.. free soft
only work in nerd-like and freakers computers ? please let probe theres not
such



More information about the User mailing list