[Gambas-user] gambas 1.0.5

Benoit Minisini gambas at ...1...
Wed Apr 20 10:47:26 CEST 2005


On Tuesday 19 April 2005 22:22, Rolf Schmidt wrote:
> Hello Benoit,
>
> > I have just uploaded the final release of gambas 1.0.5.
>
> I would like to tell you my favorit whish for now - perhaps for the next
> (minor) release
>
> As wrote you in a previous mail, I'm working on a more complex database
> system (using Postgresql). The querys sometimes uses sum() or max() or
> avg() selects, which could not be handled with normal select functions, so
> I use EXEC(). Now I would ask you if it is possible to pass the error
> messages generated by postgresql directly into a message window. Until now
> most time I get something like "error... unknown UTF8 char...) even if just
> a comma is missing or (my current problem) if a conflict with a constrait
> occurse.
>
> Once again thank you for your work
>
> Rolf

Error.Text gives you the error emited by the postgresql client library. I 
think the library uses System.Charset, so you must convert it to 
Desktop.Charset with Conv$() before using it in a message box.

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list