Re: [Gambas-user] Wiki Observation, SQL syntax

2015-01-02 Thread Tobias Boege
On Fri, 02 Jan 2015, Lewis Balentine wrote: > >> where to put the missing information? << > > Did I mention before that my ignorance is eminence ? :>) > Well I am also a senile old goat: There is a mention of how syntax for > arrays is a bit different in Gambas, but I do not seem to be finding

Re: [Gambas-user] Wiki Observation, SQL syntax

2015-01-02 Thread Lewis Balentine
>> where to put the missing information? << Did I mention before that my ignorance is eminence ? :>) Well I am also a senile old goat: There is a mention of how syntax for arrays is a bit different in Gambas, but I do not seem to be finding it today oh there it is under Array Declaration

Re: [Gambas-user] Wiki Observation, SQL syntax

2015-01-02 Thread Tobias Boege
On Fri, 02 Jan 2015, Lewis Balentine wrote: > Thank you to both Benoit and Tobias for the explanations. I did figure > it out but did not realize that a "Result" could be treated as an array. > I tend to think of DB data as structures. > > ... but my real point was that when the syntax can be co

Re: [Gambas-user] Wiki Observation, SQL syntax

2015-01-02 Thread Lewis Balentine
Thank you to both Benoit and Tobias for the explanations. I did figure it out but did not realize that a "Result" could be treated as an array. I tend to think of DB data as structures. ... but my real point was that when the syntax can be considered a bit unusual then the Wiki needs to documen

Re: [Gambas-user] Wiki Observation, SQL syntax

2015-01-02 Thread Benoît Minisini
Le 02/01/2015 14:25, Tobias Boege a écrit : > On Fri, 02 Jan 2015, Lewis Balentine wrote: >> I also note from an example in the "obsolete" Gambas Wiki that an >> explanation mark "!" is used to delimit field names in a result. >> http://gambasdoc.org/help/comp/gb.db/connection/edit?v3 >> >> I do no

Re: [Gambas-user] Wiki Observation, SQL syntax

2015-01-02 Thread Tobias Boege
On Fri, 02 Jan 2015, Lewis Balentine wrote: > I also note from an example in the "obsolete" Gambas Wiki that an > explanation mark "!" is used to delimit field names in a result. > http://gambasdoc.org/help/comp/gb.db/connection/edit?v3 > > I do not find any similar example in the current Gambas

Re: [Gambas-user] Wiki Observation, SQL syntax

2015-01-02 Thread Benoît Minisini
Le 02/01/2015 08:22, Lewis Balentine a écrit : > For some reason I do not seem to be able to log into the Gambas Wiki. > That is probably a good thing considering my level of ignorance (which > has proven to be immense). Thus I pass these observations along for > consideration: > > I have dealt wit