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

2014-12-16 Thread Christian e Ana Luiza Britto
for this. Jussi -- Message: 6 Date: Tue, 16 Dec 2014 02:01:01 -0500 From: T Lee Davidson t.lee.david...@gmail.com Subject: Re: [Gambas-user] Two Databases at the same time... To: mailing list for gambas users gambas-user@lists.sourceforge.net Message-ID: 548fd8ad.3090

[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

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