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

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to