Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-10 Thread Leonardo Miliani
Benoit Minisini ha scritto: > I cannot do anything with that. If you cannot send the full project, please > create and send a project that allows me to reproduce the bug. > > Regards, > I was creating a little example for you and I was thinking that I got the error... but I didn't! So there is

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-10 Thread Benoit Minisini
On dimanche 07 septembre 2008, Leonardo Miliani wrote: > Benoit Minisini ha scritto: > > On vendredi 05 septembre 2008, Leonardo Miliani wrote: > >> Ops I forgot the version: 2.8.1, but got the same error with > >> previous versions 2.8 and, if I remember correctly, 2.7. > > > > Then please pos

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-08 Thread Leonardo Miliani
Ron_1st ha scritto: > On Sunday 07 September 2008, Leonardo Miliani wrote: >> Benoit Minisini ha scritto: >>> On vendredi 05 septembre 2008, Leonardo Miliani wrote: Ops I forgot the version: 2.8.1, but got the same error with previous versions 2.8 and, if I remember correctly, 2.7. >>

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-07 Thread Ron_1st
On Sunday 07 September 2008, Leonardo Miliani wrote: > Benoit Minisini ha scritto: > > On vendredi 05 septembre 2008, Leonardo Miliani wrote: > >> Ops I forgot the version: 2.8.1, but got the same error with > >> previous versions 2.8 and, if I remember correctly, 2.7. > > > > Then please post

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-07 Thread Leonardo Miliani
Benoit Minisini ha scritto: > On vendredi 05 septembre 2008, Leonardo Miliani wrote: >> Ops I forgot the version: 2.8.1, but got the same error with >> previous versions 2.8 and, if I remember correctly, 2.7. > > Then please post the actual code that shows your problem. > > Thanks. > Englis

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Kari Laine
Sorry my bad. Kari On Sat, Sep 6, 2008 at 9:04 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > On samedi 06 septembre 2008, Kari Laine wrote: > > > Can you provide a project that shows the behaviour you are describing? > > > > > > Thanks in advance. > > > > > > Regards, > > > > > > -- > > > B

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Benoit Minisini
On samedi 06 septembre 2008, Kari Laine wrote: > > Can you provide a project that shows the behaviour you are describing? > > > > Thanks in advance. > > > > Regards, > > > > -- > > Benoit Minisini > > > > Thanks for interest. > > Here it is. There is database_script directory where is script to cre

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Kari Laine
> > > Can you provide a project that shows the behaviour you are describing? > > Thanks in advance. > > Regards, > > -- > Benoit Minisini > > Thanks for interest. Here it is. There is database_script directory where is script to create database laskutus. When you test the program insert 1,2,3 to te

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Benoit Minisini
On samedi 06 septembre 2008, Kari Laine wrote: > Not the original poster, > > but I got interested of this. I can't get movefirst() to work. > > If I first search a record by using > Connessione.Find() > > TextBox2.Text = Risultato!nimi give the right field > > Then I make R

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Kari Laine
Not the original poster, but I got interested of this. I can't get movefirst() to work. If I first search a record by using Connessione.Find() TextBox2.Text = Risultato!nimi give the right field Then I make Risultato.MoveFirst() TextBox3.Text = Risultato!nimi does not

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Doriano Blengino
Kari Laine ha scritto: > Hi again, > > now I think I understand what the problem is - I did notice it straight away > because I had only 1 record on both tables. I do not get any error from the > Gambas but the Risultato.movefirst has no effect. It returns the record that > was searched for in the

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-05 Thread Kari Laine
Hi again, now I think I understand what the problem is - I did notice it straight away because I had only 1 record on both tables. I do not get any error from the Gambas but the Risultato.movefirst has no effect. It returns the record that was searched for in the first place in Risultato = Conness

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-05 Thread Kari Laine
> > Ops I forgot the version: 2.8.1, but got the same error with > previous versions 2.8 and, if I remember correctly, 2.7. > > Hi, with Gambas 2.7 I tested following and got no errors. Maybe you could post more complete program others could test with. ' Gambas class file PRIVATE Connessione

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-05 Thread Leonardo Miliani
Benoit Minisini ha scritto: > On vendredi 05 septembre 2008, Leonardo Miliani wrote: >> I would like to get your attention on what I think is a bug of how >> Gambas manages open DB connections. >> >> In a project of mine, I manage 2 connections to a MySQL DB. >> In a form of that project I open the

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-05 Thread Leonardo Miliani
Benoit Minisini ha scritto: > On vendredi 05 septembre 2008, Leonardo Miliani wrote: >> I would like to get your attention on what I think is a bug of how >> Gambas manages open DB connections. >> >> In a project of mine, I manage 2 connections to a MySQL DB. >> In a form of that project I open the

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-05 Thread Benoit Minisini
On vendredi 05 septembre 2008, Leonardo Miliani wrote: > I would like to get your attention on what I think is a bug of how > Gambas manages open DB connections. > > In a project of mine, I manage 2 connections to a MySQL DB. > In a form of that project I open the first connection and get a result

[Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-05 Thread Leonardo Miliani
I would like to get your attention on what I think is a bug of how Gambas manages open DB connections. In a project of mine, I manage 2 connections to a MySQL DB. In a form of that project I open the first connection and get a result with the Connection.Find() method; then, I open the second conne