Re: [Gambas-user] file size limit on sql file in gambas????

2011-10-19 Thread Benoît Minisini
Le 18/10/2011 20:16, Ivan Williams a écrit : > Greetings once more > > I have been doing some experimenting with the unable to locate database error > in gambas. I am able to open smaller files but when I attempt to open the > most current current version of the file (2.4 GB) in size the program

Re: [Gambas-user] file size limit on sql file in gambas????

2011-10-19 Thread Fabien Bodard
what can be stored in 2GB ..; that's a big database !! :-)... i think you must use dbms server such as mysql, or postgresql 2011/10/19 Caveat : > ISTR at one time Benoit saying that the drivers for some of the dbs > weren't that smart and may read the whole table into memory. > > How much RAM do y

Re: [Gambas-user] file size limit on sql file in gambas????

2011-10-18 Thread Caveat
ISTR at one time Benoit saying that the drivers for some of the dbs weren't that smart and may read the whole table into memory. How much RAM do you have? Can you see how much you have free as the program runs? 2Gb or more also sounds like it may be hitting some kind of limit (certainly historic

[Gambas-user] file size limit on sql file in gambas????

2011-10-18 Thread Ivan Williams
Greetings once more I have been doing some experimenting with the unable to locate database error in gambas.  I am able to open smaller files but when I attempt to open the most current current version of the file (2.4 GB) in size the program blows up.   Does anyone know if gambas has any file