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

Benoît Minisini gambas at ...1...
Wed Oct 19 19:59:04 CEST 2011


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 blows up.   Does anyone know if gambas has any file size limits and if so, how can they be bypassed.
>
>
>
> Ivan    \~/
>

I will guess you are talking about sqlite. You will tell me if I'm wrong.

Gambas does not decide anything about the size of the database file. It 
just ask the sqlite library to open the file.

Then, you should give more details about what you call "blowing up". I 
can't read minds yet!

Does it crash ? if it does, how ? Do you have an error message ? Where ? 
For a crash, can you generate a gdb backtrace or run your project with 
valgrind, as specified on the "Report a problem" page on the web site ? 
Which file system do you use ?... And so on...

-- 
Benoît Minisini




More information about the User mailing list