[Gambas-user] I can't disconnect from the database

Fabien Bodard gambas.fr at ...626...
Mon Jan 4 21:38:41 CET 2010


normal ... as the db is automatiquely opened if it is not when you are
use a call

so
DB.Close

MyNewCon.Open

DB.Exec(etc...

.

2010/1/4 M. Cs. <mohareve at ...626...>:
> Although I've invoked the DBconX.Close() command for my sqlite connection, I
> can still issue queries, and I'm getting results.
> I'd like to close the connection, select another database file and open it.
> how to do it?
> I've checked the DBconX.Open() commands in subroutines, but there's no
> possibilities for hidden openings.
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> 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