| View previous topic :: View next topic |
| Author |
Message |
STEVENSMITH100 General User

Joined: 23 Sep 2010 Posts: 39 Location: United States
|
Posted: Mon Apr 23, 2012 11:22 am Post subject: SOLVED how to enlarge a database? |
|
|
I have just gotten a request for which my db is not prepared. It is now too small.
What is the save way to a larger db?
Do I build a new db and move the old data with cvs files?
Steven
Last edited by STEVENSMITH100 on Tue May 08, 2012 9:03 am; edited 1 time in total |
|
| Back to top |
|
 |
dacm Super User


Joined: 07 Jan 2010 Posts: 734
|
Posted: Mon Apr 23, 2012 11:30 am Post subject: |
|
|
Databases can, for all intents and purposes, grow ad infinitum. So could you give us some details such as your database type (flat-file 'text' tables or relational database)? Or otherwise give us some details that have led you to the conclusion that your database is "too small." Do you mean to say that your database type/engine is too limited in terms of built-in features or SQL functions? _________________ Soli Deo gloria
Tutorial: avoiding data loss with Base + Migrating 'Embedded databases' |
|
| Back to top |
|
 |
STEVENSMITH100 General User

Joined: 23 Sep 2010 Posts: 39 Location: United States
|
Posted: Tue Apr 24, 2012 1:10 am Post subject: |
|
|
Hello Helpers:
Just so you will know that I am not a complete nut, from '73 to '91 I was a senior programmer. At that time I knew a lot about my field. It has changed..... I got out before PC's or databases files. So I am in a small boat in a vast sea of ignorance, with a long learning curve and a short paddle.
My database file is a “flat-file”. Records are 400 bites long, all fields are char. The file has 250 records, and is a “name/address/birth date/etc. File.
It is my understanding I can't add fields to the end of a record, but this new project request used up my “JIC” (just in case) space. So my problem.
I need to add 12 new fields and some more JIC space
Steven |
|
| Back to top |
|
 |
dacm Super User


Joined: 07 Jan 2010 Posts: 734
|
|
| Back to top |
|
 |
STEVENSMITH100 General User

Joined: 23 Sep 2010 Posts: 39 Location: United States
|
Posted: Tue Apr 24, 2012 4:18 pm Post subject: type of database in use |
|
|
It seems I have an "embedded database" and HSQL database engine.
And now I have learned ONE more thing, the list is getting shorter.
Thank You For Your Help
Steven |
|
| Back to top |
|
 |
dacm Super User


Joined: 07 Jan 2010 Posts: 734
|
|
| Back to top |
|
 |
|