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
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
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
--