Re: [Gambas-user] Awkward warning message with Connections

2014-10-25 Thread Jorge Carrión
Thanks Benoit. Good work. 2014-10-25 16:36 GMT+02:00 Benoît Minisini : > Le 24/10/2014 10:57, Jorge Carrión a écrit : > > When a MySQL connection is stored in Connections class, its password > can't > > be retrieved as normal for security purpouses, I guess. > > > > Not problem with that, you al

Re: [Gambas-user] Awkward warning message with Connections

2014-10-25 Thread Benoît Minisini
Le 24/10/2014 10:57, Jorge Carrión a écrit : > When a MySQL connection is stored in Connections class, its password can't > be retrieved as normal for security purpouses, I guess. > > Not problem with that, you always can supply the password before opening > it, but, when the project is launched al

[Gambas-user] Awkward warning message with Connections

2014-10-24 Thread Jorge Carrión
When a MySQL connection is stored in Connections class, its password can't be retrieved as normal for security purpouses, I guess. Not problem with that, you always can supply the password before opening it, but, when the project is launched always appears this warning before you can supply the pa