Re: [Gambas-user] New domain name for Gambas

2017-09-01 Thread Cristiano Guadagnino
I'd prefer gambashq.org. While g4mbas is indeed funny, I fear it may give the false impression that Gambas is something childish, not a real mature product like it is. Just my 2 euro-cents :-). Cris On Fri, Sep 1, 2017 at 10:39 PM, Benoît Minisini via Gambas-user <

Re: [Gambas-user] how to determine if array its empty

2017-07-01 Thread Cristiano Guadagnino
l do short-circuit evaluation. > https://en.wikipedia.org/wiki/Short-circuit_evaluation > > > Jussi > > > > On Sat, Jul 1, 2017 at 3:08 PM, Cristiano Guadagnino <crigu...@gmail.com> > wrote: > > > Hi Gianluigi! > > > > On Sat, Jul 1, 2017 at 12

Re: [Gambas-user] how to determine if array its empty

2017-07-01 Thread Cristiano Guadagnino
Hi Gianluigi! On Sat, Jul 1, 2017 at 12:13 PM, Gianluigi wrote: > or > If IsNull(myArray) Or If myArray.Count = 0 Then Print "Empty" > I have not tried, but I don't think this will work. In an "or" expression you have to evaluate both members, so if myArray is null the

Re: [Gambas-user] usage of too much GOTO can be bad pracitce or make influence in the code?

2017-06-22 Thread Cristiano Guadagnino
Based on your example, I would not find the code using GOTO any more readable. Quite to the contrary, instead. And I don't understand why you cannot use a sub. What's the problem with variables that cannot be solved by passing the needed variables or using globals? Anyway, coding style is a

Re: [Gambas-user] [Gambas Bug Tracker] Bug #1113: ODBC driver problem: driver connects but does not exec query

2017-06-21 Thread Cristiano Guadagnino
This is in no way "bad behavior of the ODBC and SQL standard", nor a problem of Microsoft. It is standard practice (I have encountered it in ALL the dbms with which I have been working through the years) that when a SQL query returns no data the engine return a SQLCODE 100. Negative SQLCODES

Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread Cristiano Guadagnino
I speak both spanish and english, so I can be of help, but my free time is very limited, so ultimately it depends on the amount of work that needs to be done. Cris Sent with Mailtrack On Tue,

Re: [Gambas-user] odbc a way to know if a sql DDL was susessfully or not?

2017-05-24 Thread Cristiano Guadagnino
PICCORO, the usual way to know if a sql statement succeeded or not is by checking the sqlcode. Negative sqlcodes indicate a problem. Odbc should support returning sqlcodes to the caller. Can you check if you have any sqlcodes returned to you in the results? Oh and btw... What's wrong with using a

Re: [Gambas-user] result from select can be movefirts from ODBC?

2017-05-17 Thread Cristiano Guadagnino
Hi PICCORO, I am a professional DBA working daily with IBM DB/2, Microsoft SQL Server, Mysql. First of all, let me tell you that a big effort is needed to read you messages, because of your poor english and your writing style. I'm sorry if I'm a bit blunt, but please... a little effort from you

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-15 Thread Cristiano Guadagnino
Fernando, did you try setting up a new user on your system and trying to run gambas as the new user? Cris Sent with Mailtrack On Mon, May 15, 2017 at 12:53 PM, Fernando Cabral <

Re: [Gambas-user] to all SuSE users

2016-09-21 Thread Cristiano Guadagnino
For Tumbleweed, kdesu is in the standard repos, while kdesudo is not availbale in any of the repos I have mapped. Cris On Wed, Sep 21, 2016 at 2:54 AM, T Lee Davidson wrote: > For Leap 42.1, kdesu is in the standard repository and kdesudo is not. > However, kdesudo