Re: [Gambas-user] DB Connection additional parameters

2014-09-22 Thread Christof Thalhofer
Hello Benoit, Am 21.09.2014 um 15:48 schrieb Benoît Minisini: > There is no way to set these options with a specific SQL command? You > have to pass them with the connection function? After I wrote the Mail I saw that there is the "SET" comand in Postgresql SQL, with which I can achieve that:

Re: [Gambas-user] DB Connection additional parameters

2014-09-21 Thread Benoît Minisini
Le 21/09/2014 08:55, Christof Thalhofer a écrit : > Hello, > > is there any chance to add additional parameters when establishing a > Gambas connection to a DB? For instance Postgresql libpq allows the > delivery of "application_name" in the connection string and a lot more > parameters: > > http:/

[Gambas-user] DB Connection additional parameters

2014-09-20 Thread Christof Thalhofer
Hello, is there any chance to add additional parameters when establishing a Gambas connection to a DB? For instance Postgresql libpq allows the delivery of "application_name" in the connection string and a lot more parameters: http://www.postgresql.org/docs/9.0/static/libpq-connect.html Alles G