Re: [Gambas-user] gb.db autoincrement ?

2008-10-22 Thread Doriano Blengino
[EMAIL PROTECTED] ha scritto: > Hi Doriano > > As the description says, the last_inserted_id() is during the same > connection reserved for the client. > I would recommend to use a stored procedure. Indeed, why not delegate > the SQL thing to the server. > The first time it seems to be expensive,

Re: [Gambas-user] gb.db autoincrement ?

2008-10-22 Thread [EMAIL PROTECTED]
Hi Doriano As the description says, the last_inserted_id() is during the same connection reserved for the client. I would recommend to use a stored procedure. Indeed, why not delegate the SQL thing to the server. The first time it seems to be expensive, but it is not so. I would be helpful if n

[Gambas-user] J4I :-)

2008-10-22 Thread gambas
Hi Benoit (and also the list) Wrote an API for a non-public-interesting system and now I have happing hacking the system with my own API! ...never thought, that Gambas is even such a good tool, for developing console- or system-processes. Gambas rocks!! ...it's (almost ;-) ) better than "6" :-

Re: [Gambas-user] error memory corruption: 0x08223b30

2008-10-22 Thread Benoit Minisini
On mercredi 22 octobre 2008, [EMAIL PROTECTED] wrote: >Hello! > > At performance of a mentioned below code there is an error: > > *** glibc detected *** webcam1: malloc (): memory corruption: > 0x08223b30 ***! > > (OR error #11) > > How it to correct, where I am mistaken? > > File. Sa

[Gambas-user] error memory corruption: 0x08223b30

2008-10-22 Thread vitaf
Hello! At performance of a mentioned below code there is an error: *** glibc detected *** webcam1: malloc (): memory corruption: 0x08223b30 ***! (OR error #11) How it to correct, where I am mistaken? File. Save ("/tmp/picrvka", sBuf) Picture. Flush PictureBox1.Pictur

Re: [Gambas-user] Ask about Ubuntu 8.10 and Gambas

2008-10-22 Thread [EMAIL PROTECTED]
Leo: I run Gambas 2.5 on the beta version of Ubuntu 8.10. I don't get that intensively into Gambas, but it works for what I need. My suggestion though is to go ahead and stick with Ubuntu 8.04 till after your project is completed. This will give Ubuntu time to fix any more errors that might come

[Gambas-user] Ask about Ubuntu 8.10 and Gambas

2008-10-22 Thread Leo Sendra
Hello all, I want to migrate my Ubuntu 8.04 to Ubuntu 8.10 which will be released in the end of October. But, I have a work to do with Gambas and must be completed next month. I want to know, Does Gambas run well in Ubuntu 8.10? If it does, I will migrate to this new version ones and install a Ga