Le samedi 20 septembre 2008 20:06:14 David Villalobos Cambronero, vous avez 
écrit :
> No, let see, if I set DB.Debug = True, then all messages from gb.db will be
> sent automatically to the the standard error output, I want to tell Gambas
> that the standard error output is a file, I read something about ERROR TO
> Stream, but couldn't get it, any idea?
>
>  Regards
>

DIM dberrs AS Stream
-----
dberrs = OPEN "dboutput" AS WRITE
ERROR TO dberrs
------
CLOSE "dboutput"

??



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to