Re: [Gambas-user] SQL Transaction

2010-11-03 Thread Charlie Reinl
Am Mittwoch, den 03.11.2010, 22:08 +0100 schrieb tobias: > transaction Salut Tobias, with transaction you can change, delete, update, upgrade and can check and/or show the results , but if you want to keep your work you have to "commit" the transaction. Or if you remark somethings got wrong, at

[Gambas-user] SQL Transaction

2010-11-03 Thread tobias
hi, i have another sql related question: what are the benefits of using a transaction instead of ... using it not? regards, tobi -- The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson,

Re: [Gambas-user] SQLite memory database

2010-11-03 Thread tobias
tobias schrieb: > good evening, > i have a more sqlite related question: > what does it mean in the doc: For SQLite, you can also create and use a > database in memory by giving as database name the string ":memory:". > (from gambas2 doc, gb.db.connection.name) > > what is creating a database in

Re: [Gambas-user] .gambas folder?

2010-11-03 Thread Jussi Lahtinen
Ok, so no need to back up them, thanks! Jussi 2010/11/3 Benoît Minisini > > Hi! > > I'm writing backup script that excludes gambas executable, but exclude > > option doesn't make difference between .gambas folder and *.gambas files. > > So, what is .gambas folder for? For debugging symbols? >

Re: [Gambas-user] .gambas folder?

2010-11-03 Thread Benoît Minisini
> Hi! > I'm writing backup script that excludes gambas executable, but exclude > option doesn't make difference between .gambas folder and *.gambas files. > So, what is .gambas folder for? For debugging symbols? > > Jussi .gambas is the folder where the compiler put the compiled bytecode that wil

[Gambas-user] SQLite memory database

2010-11-03 Thread tobias
good evening, i have a more sqlite related question: what does it mean in the doc: For SQLite, you can also create and use a database in memory by giving as database name the string ":memory:". (from gambas2 doc, gb.db.connection.name) what is creating a database in memory?? simply a temporary d

[Gambas-user] .gambas folder?

2010-11-03 Thread Jussi Lahtinen
Hi! I'm writing backup script that excludes gambas executable, but exclude option doesn't make difference between .gambas folder and *.gambas files. So, what is .gambas folder for? For debugging symbols? Jussi -- Achieve I

Re: [Gambas-user] Under construction or bug?

2010-11-03 Thread Fabien Bodard
i know ... there is a bug :) 2010/11/2 Jussi Lahtinen : > Source attached, if needed for some reason. > > Jussi > > > On Tue, Nov 2, 2010 at 19:49, Jussi Lahtinen wrote: > >> Class: >> *''This is test variable* >> *Public* Test *As* Integer *''This is test variable* >> *''This is test variable* >>

Re: [Gambas-user] Variable overflow questions

2010-11-03 Thread Doriano Blengino
user ha scritto: > Hi i check the overflow of variables and there is something i dont > understand. > > My system is > > u...@ubuntu-desktop:~$ cat /etc/*release* > DISTRIB_ID=Ubuntu > DISTRIB_RELEASE=10.04 > DISTRIB_CODENAME=lucid > DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS" > > Linux ubuntu-desktop

[Gambas-user] Variable overflow questions

2010-11-03 Thread user
Hi i check the overflow of variables and there is something i dont understand. My system is u...@ubuntu-desktop:~$ cat /etc/*release* DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS" Linux ubuntu-desktop 2.6.32-25-generic #45-Ubuntu SMP Sat

Re: [Gambas-user] SQLite Driver

2010-11-03 Thread Fabien Bodard
it say just that the sqlite3 driver can manage sqlite 2 database ... so ..; select sqlite3 :) 2010/11/2 tobias : > good evening, > i have a simple question. > in the doc it is said that "The SQLite driver supports the version 3 of > SQLite, and falls back to the version 2 driver if needed. See > w