[Gambas-user] Catching ,messages in gb.db

Laurent Carlier lordheavym at ...626...
Sat Sep 20 20:36:58 CEST 2008


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"

??






More information about the User mailing list