Re: [Gambas-user] Two Databases at the same time...

2014-12-16 Thread Christian e Ana Luiza Britto
ambas users > Message-ID: > > Content-Type: text/plain; charset=UTF-8 > >> I'm not clear enough: you should not have to disable and re-enabling a >> control inside an event handler, because you are not supposed to call >> event loop (WAIT instruction) ins

Re: [Gambas-user] Two Databases at the same time...

2014-12-15 Thread T Lee Davidson
Hi Christian, You really should have most of what you need to figure this out for yourself at: http://gambaswiki.org/wiki/comp/gb.db/connection http://gambaswiki.org/wiki/comp/gb.db/connection/open http://gambaswiki.org/wiki/comp/gb.db/connection/exec http://gambaswiki.org/wiki/comp/gb.db/connecti

[Gambas-user] Two Databases at the same time...

2014-12-15 Thread Christian e Ana Luiza Britto
Hi, I need to work with 2 different databases at the same time, each one with his own tables. So, what I have to do to setup up the "Result" variables for each database? I wanna write a module that will read data from one database to update the another. Thanks, Christian --