Re: Looking for suggestions for a database to use with a website

  • From: "Littlefield, Tyler" <tyler@xxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Sat, 13 Oct 2007 17:11:42 -0600

also... with databases you can go faster.
There are ways to prevent what trouble sayd from happening, but it's just 
easier to use a database.
Thanks,
Tyler Littlefield.
Vertigo head coder
"My programs don't have bugs, just randomly added features."
msn: tyler@xxxxxxxxxxxxx
email: tyler@xxxxxxxxxxxxx
aim: st8amnd2005
web: tysdomain.com
  ----- Original Message ----- 
  From: treble 
  To: programmingblind@xxxxxxxxxxxxx 
  Sent: Saturday, October 13, 2007 5:05 PM
  Subject: Re: Looking for suggestions for a database to use with a website


  The only problem with using text instead of a database is the condition in 
which 2 clients modify the database at the same time.  MYSQL and other 
databases presumably prevent this from happening. You can also set of user 
accounts or just allow uploads or mods from anyone, which is rather dangerous.
  --le
    ----- Original Message ----- 
    From: Octavian Rasnita 
    To: programmingblind@xxxxxxxxxxxxx 
    Sent: Friday, October 12, 2007 3:16 PM
    Subject: Re: Looking for suggestions for a database to use with a website


    The best way is to store the files on the hard disk of the computer, and if 
you will need to upload new files, or delete some of them, store a path to the 
files in a database like MySQL or SQLite. If you don't need to upload new 
files, or modify the list of files in any way, you can use a simple text file 
for storing those file names. (I gave the second suggestion, because if you are 
asking about a database, I think you might find easier to work with text files).


    Octavian

      ----- Original Message ----- 
      From: Robert Jaquiss 
      To: programmingblind@xxxxxxxxxxxxx 
      Sent: Friday, October 12, 2007 8:20 PM
      Subject: Looking for suggestions for a database to use with a website


      Hello:

           I am about to receive over 11,000 pdf files that I want to put up on 
a website. These are images that when printed on capsule paper will produce 
tactile images. The idea is that a teacher or parent could look through the 
list, select a file and then place an order to have it printed. It has been 
suggested to me that I use a database for this sort of operation. I do have an 
Excel spreadsheet with descriptive information about each file. I am looking 
for suggestions regarding what database would be good to use. Thank you.

      Regards,

      Robert Jaquiss

Other related posts: