![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I'm using some potentially quite large arrays in my database program. How much memory is allocated from RAM when you dim an array? How does it differ for different datatypes? Can one free up RAM by using dim arrayname(0)?
Thanks. The support on this forum is fantastic!! ![]() |
|
|||
|
Thanks Erel. The arrays were potentially a few hundred thousand records in size. The idea was to extract info from a (very large) text file (the chess .pgn file!), store it in arrays, and then insert it into an SQLite table. But I see now that I can insert the info at the same time as I read the info, one record at a time, or insert it every 1000 records, say.
James |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Images and memory | wolfgang | Questions & Help Needed | 5 | 02-23-2008 06:08 PM |
| Way to decrease memory usage | Andrew_572 | Questions & Help Needed | 3 | 01-04-2008 10:44 AM |
| How much memory remains? | willisgt | Questions & Help Needed | 1 | 12-05-2007 08:55 AM |
| FormLib: download? Usage? | laiyilam | Questions & Help Needed | 2 | 09-10-2007 02:53 PM |
| Memory Usage | Scubaticus | Questions & Help Needed | 6 | 07-03-2007 06:37 PM |