Re: [Gambas-user] Mysql connection loose country language preferences

2013-04-11 Thread Jorge Carrión
Thanks Benoit. 2013/4/11 Benoît Minisini > Le 11/04/2013 23:48, Jorge Carrión a écrit : > > Well... I use my own class inherited from Connection to talk with > database. > > It's been workin without problems for 5 years. And don't undestand very > > well what it's happend here. (I attach the c

Re: [Gambas-user] Mysql connection loose country language preferences

2013-04-11 Thread Jorge Carrión
Ricardo: Thanks for your answer. I have been using a own class inherited from connection that, until gambas3 migration of my applications, works fine with opens and closes of Mysql databases (I attach it here). The idea is forget all the thing and let the class do the work. I suspect that the fault

Re: [Gambas-user] Mysql connection loose country language preferences

2013-04-11 Thread Benoît Minisini
Le 11/04/2013 23:48, Jorge Carrión a écrit : > Well... I use my own class inherited from Connection to talk with database. > It's been workin without problems for 5 years. And don't undestand very > well what it's happend here. (I attach the class with this mail). > I've been browsing the gambas so

Re: [Gambas-user] Mysql connection loose country language preferences

2013-04-11 Thread Jorge Carrión
Well... I use my own class inherited from Connection to talk with database. It's been workin without problems for 5 years. And don't undestand very well what it's happend here. (I attach the class with this mail). I've been browsing the gambas source code in sourceforge and I've seen by myself the

Re: [Gambas-user] Mysql connection loose country language preferences

2013-04-11 Thread Benoît Minisini
Le 11/04/2013 12:36, Jorge Carrión a écrit : > A few weeks ago I post a comment about a bug in gb-db-mysql (I guess) about > the loosing of language preferences after de time-out close connection of > mysql server. The solution aparently was to increase the time-out in the > server but, if the time

Re: [Gambas-user] Mysql connection loose country language preferences

2013-04-11 Thread Ricardo Díaz Martín
Hi Jorge, I'm using gambas like mysql front end apss for a long long time too. I have never experimented this problem. My question is why do you need to keep open database connection for a long time? I only keep open connection for a while when I retrieve/save information from database. Maybe it's

[Gambas-user] Issue 420 in gambas: Error not raised in nested for..next loop

2013-04-11 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Linux Dist-Any Arch-Any Desktop-Any GUI-Any New issue 420 by ea7...@gmail.com: Error not raised in nested for..next loop http://code.google.com/p/gambas/issues/detail?id=420 In a nested 'For' loop, when the iterator in

Re: [Gambas-user] R: gambas3 r5617 Error

2013-04-11 Thread Charlie Reinl
Am Donnerstag, den 11.04.2013, 00:35 +0200 schrieb Benoît Minisini: > Le 10/04/2013 16:57, Ru Vuott a écrit : > > I tried to update via svn, and I obtain error: > > > > > > make[5]: Entering directory `/home/vuott/trunk/gb.xml/src/rpc' > > make[5]: *** No rule to make target `gb.xml.rpc.component',

[Gambas-user] Mysql connection loose country language preferences

2013-04-11 Thread Jorge Carrión
A few weeks ago I post a comment about a bug in gb-db-mysql (I guess) about the loosing of language preferences after de time-out close connection of mysql server. The solution aparently was to increase the time-out in the server but, if the time-out is too big, then my application hangs after a un