Easily convertable Database QUestion

Tech questions and answers, video game stuff.

Moderator: ElTaco

Post Reply
User avatar
Mister Bushice
Drinking all the beer Luther left behind
Posts: 9490
Joined: Fri Jan 14, 2005 2:39 pm

Easily convertable Database QUestion

Post by Mister Bushice »

I have a list of California cities with associated fees we charge I need to add to a database. I'd rather avoid using MS excel, because it converts so poorly to web based mysql databases.

Are there any convertible or MYsql compatable database programs I could have this data entered into for later conversion to a mysql web based interface? we're about 6 months away from having the code up and running for it on the web, but we are using it now daily, and its a PITA the way its being used.
ElTaco
Networking Securely
Posts: 907
Joined: Fri Jan 14, 2005 4:12 pm
Location: Northern VA
Contact:

Post by ElTaco »

Well, you could just save it as a comma or Tab delimited file. That can be very easy to read into any database including MySQL. Just make sure that whatever delimiter you use, isn't accidentally repeated in a data field.
Post Reply