Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-27-2007, 04:29 PM   #1 (permalink)
 
Newb Techie

Join Date: Feb 2007

Posts: 9

Phiberoptik

Default Backend software?

I have been gathering data of various organisations in a my town consiting of name,telephone and address etc I plan to use this on a web page at a later date. What backend database package should I use to input these values taking into consideration that at a later date a front end software like php or asp would need to access these values. Suggestions folks?
Phiberoptik is offline  
Old 02-27-2007, 11:01 PM   #2 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,389

office politics will become famous soon enough

Default

how many? you could prolly pull this off with a flat file. csv, delimited text, or ms access.

its doesn't sound like the workload will be that intensive. you could store the data in SQL, oracle, mysql, or any database software, but i thin it would be overkill.

You could try all of these to gain experience. asp or php should be able to connect using odbc connections. php has functions to interact with mysql out of the box.
office politics is offline  
Old 03-01-2007, 03:38 AM   #3 (permalink)
 
Newb Techie

Join Date: Feb 2007

Posts: 9

Phiberoptik

Default

Well I did consider using a .csv file but then there would be info relating to professionals, businesses, schools, colleges etc. I am developing this on the lines of yellow pages but with added feats such as rating by the readers etc.
Phiberoptik is offline  
Old 03-01-2007, 10:00 PM   #4 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,389

office politics will become famous soon enough

Default

asp101.com db editing sample

http://www.asp101.com/samples/db_edit.asp
office politics is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On