Re: [Gambas-user] Unknown field -- Case sensitive fields?

2011-10-20 Thread Ivan Williams
Yes, the variables are case sensitive which makes sense since we are in a *nix os.   Ivan    \~/   I never saw a wild thing sorry for itself. A small bird will drop frozen dead from a bough Without ever having felt sorry for itself. -- D.H. Lawrence http://www.usconstitution.net/const.html L

Re: [Gambas-user] Unknown field -- Case sensitive fields?

2011-10-20 Thread Benoît Minisini
Le 20/10/2011 01:16, fvegaf a écrit : > > Why did it change from gambas 1 to Gambas 2? > > The same code was working fine in Gambas 1. > This was an error to do that in Gambas 1, because fields are actually case sensitive in some of the underlying database servers. -- Benoît Minisini -

Re: [Gambas-user] Unknown field -- Case sensitive fields?

2011-10-20 Thread Fabien Bodard
2011/10/20 fvegaf : > > Why did it change from gambas 1 to Gambas 2? > > The same code was working fine in Gambas 1. > and there is change from gb2 to gb3... in other case we are never evolve gb1 is really old for us > > fvegaf wrote: >> >> I'm getting the error "unknown field: codigo" >> >> This