[Gambas-user] Error with stored Connections

Jorge Carrión shordi at ...626...
Wed Oct 8 10:04:29 CEST 2014


3.5.4 from ppa:Gambas-team.
This are my configurations:

[System]
Gambas=3.5.4
OperatingSystem=Linux
Kernel=3.13.0-24-generic
Architecture=x86_64
Distribution=Linux Mint 17 Qiana
Desktop=GNOME
Theme=QGtk
Language=es_ES.UTF-8
Memory=5934M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4



2014-10-07 23:36 GMT+02:00 Benoît Minisini <gambas at ...1...>:

> Le 07/10/2014 11:26, Jorge Carrión a écrit :
> > I have a Stored connection to a mysqldatabase. If I do doubleClick on it
> in
> > the IDE it's opened with all tables, views and all it's stuff.
> >
> > Then I have a class named xControles who defines a control that contains
> > this:
> >
> > ...
> >
> > Export
> >
> > Inherits Panel
> >
> > Public Const _Properties As String = "*,hconn{Connection},table"
> >
> >   property hConn as conection.
> > ....
> > ....
> >
> > If I put all conection properties (type, host, user, password, name) with
> > code all works fine, but if I select the Stored Connection in the IDE in
> > the control's properties window, I receive this error running the
> proyect:
> >
> > gb.db: warning: unable to retrieve connection password:
> > xControles/Connection2: Unknown symbol 'Passwords' in class 'Desktop'
> >
> > My project doesn't use the gb.desktop component and I don't have any
> class
> > "Desktop"
> >
> > It's some sort of expected behavior or I'm doing something wrong?
> >
> > Regards
>
> Which Gambas version do you use?
>
> --
> Benoît Minisini
>
>
> ------------------------------------------------------------------------------
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
>
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list