Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/17/05 08:18
Read: times


 
#87744 - Database managment
Hi friends,

I am designing a system wherein the user can make a design (design will be made in VB which provides a similar interface like excel , design consist of 1 and 0). Now this design with the design name and data will be send to the microcontroller.

The system can be used online or offline. It is user's choice to save it or not. So i am using serial eeprom of 128KB for saving the user design. The design data is never of same size, of course the max design size is limited by memory size.
When the system is used offline(not hooked to PC), user can recall the design using LCD interface and keypad and choose the required design.

Now the problem i am facing is maintaing records of variable data size.

I thought of using a table of pointers pointing to desings and other table of pointers pointing to free space. But when the user deletes the a particular design and stores data of some other size, the data will be divided in fragments. And i am not sure about the size of table of pointers pointing to free space which can start increasing.

What are your desing ideas for maintaining this type of database managment .



Thanks
Pravin




List of 27 messages in thread
TopicAuthorDate
Database managment            01/01/70 00:00      
   ???            01/01/70 00:00      
   U have to make Linked List File System            01/01/70 00:00      
      Overcomplicated?            01/01/70 00:00      
   Database managment            01/01/70 00:00      
      Clear as mud!            01/01/70 00:00      
         Database managment            01/01/70 00:00      
            Jacquard ?            01/01/70 00:00      
      row size            01/01/70 00:00      
         Jacquard loom?            01/01/70 00:00      
            Towels            01/01/70 00:00      
               Towels            01/01/70 00:00      
            It's easier done on the PC side            01/01/70 00:00      
               Me too said the dog            01/01/70 00:00      
   Right, then            01/01/70 00:00      
   not just you but many            01/01/70 00:00      
      Database managment            01/01/70 00:00      
         then correct it            01/01/70 00:00      
            eeprom size            01/01/70 00:00      
   let the PC do it            01/01/70 00:00      
      cheap file system            01/01/70 00:00      
         PC do it - Write Time for 128 K EEPROM            01/01/70 00:00      
            I'd still let the PC do it!            01/01/70 00:00      
            not a problem            01/01/70 00:00      
         It is Pravin's choice            01/01/70 00:00      
   Another idea            01/01/70 00:00      
      Bit Stuffing            01/01/70 00:00      

Back to Subject List