Re: Stear me in the right database direction

new topic     » goto parent     » topic index » view thread      » older message » newer message

Tony Steward wrote:
> 
> Hi all,
> I want to create a data base which has a handfull of tables. The main 
> table will have one to many links to most of the other tables but ine 
> link will be a many to many relationship. This database would hold text 
> and pictures. Preferably JPG.
> 
> What direction / system would you use. I have considered MS Access but 
> would like to write my own.
> 
> Any comments please
> 
> Thankyou 
> 
> Tony
> 
> 

Virtually any database system out there would handle this in one way or
another, including Euphoria's database system.  The key questions are
1. What is your intended application: web, desktop, single-user, multi-user?
2. How many transactions per day do you expect?
3. How many GB of data do you expect to add to the database in a year?
4. What platform will you be running the database on?
5. What platform will you be running the application on (depending on the size,
this may or may not be the same as the database)?

If you're interested in the learning experience, feel free to roll your own.
Database.e, included with Euphoria, is a great place to start.  If you're
really only interested in the end result, use an existing package and
odbc or api wrappers.

HTH,
Michael Sabal

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu