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

Olivier Cruilles linuxos at ...1896...
Mon Jul 15 17:45:33 CEST 2013


Hi,

It's because you wrote just WRITE in the OPEN line. You need to add CREATE because the file does not exist and the command must create it.

If the file was existing, put just WRITE to write into.

Cordialement,

Olivier Cruilles
Mail: linuxos at ...1896...

Le 15 juil. 2013 à 17:40, PICCORO McKAY Lenz <mckaygerhard at ...626...> a écrit :

> after long time of various triyngs get some example and got this error now:
> 
> ....
>            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
> 
> but in open line said "file not exits" .. i wish to create the file from
> stream.. not open for write
> 
> so then where are the examples for that? 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
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user




More information about the User mailing list