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

David Villalobos Cambronero david_villalobos_c at ...43...
Sat Sep 20 21:51:50 CEST 2008


Ok, thanks, I use file, instead of stream... maybe that's why...

 Regards


--
David



----- Original Message ----
From: Laurent Carlier <lordheavym at ...626...>
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Sent: Saturday, September 20, 2008 12:36:58 PM
Subject: Re: [Gambas-user] Catching ,messages in gb.db

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 at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user








More information about the User mailing list