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

2008-09-20 Thread Benoit Minisini
On samedi 20 septembre 2008, David Villalobos Cambronero wrote: > Ok, thanks, I use file, instead of stream... maybe that's why... > > Regards > > > -- > David > > ERROR TO and OUTPUT TO only redirects default stream for Gambas instruction. You must run your project directly in a shell and use i

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

2008-09-20 Thread David Villalobos Cambronero
Ok, thanks, I use file, instead of stream... maybe that's why... Regards -- David - Original Message From: Laurent Carlier <[EMAIL PROTECTED]> To: mailing list for gambas users Sent: Saturday, September 20, 2008 12:36:58 PM Subject: Re: [Gambas-user] Catching ,messag

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

2008-09-20 Thread Laurent Carlier
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 somethin

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

2008-09-20 Thread David Villalobos Cambronero
David - Original Message From: Benoit Minisini <[EMAIL PROTECTED]> To: mailing list for gambas users Sent: Saturday, September 20, 2008 8:53:14 AM Subject: Re: [Gambas-user] Catching ,messages in gb.db On samedi 20 septembre 2008, David Villalobos Cambronero wrote: > Hi all, > >

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

2008-09-20 Thread Benoit Minisini
On samedi 20 septembre 2008, David Villalobos Cambronero wrote: > Hi all, > > If I made DB.Debug = True, then all statements executed by the component > will be sent the standard error output, but I need to save those messages > into a file, I tried to redirect the error output but I couldn't, any

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

2008-09-20 Thread David Villalobos Cambronero
Hi all, If I made DB.Debug = True, then all statements executed by the component will be sent the standard error output, but I need to save those messages into a file, I tried to redirect the error output but I couldn't, any help? Best regards -- David ---