location databse

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Vegan
Forum Regular
Posts: 574
Joined: Fri Sep 05, 2008 3:34 pm
Location: Victoria, BC
Contact:

location databse

Post by Vegan »

My location database is relatively complete, but I was wondering what strategy can I use to update it

I was thinking a manual hatchet job an drop the database and then create a new one with new data

thoughts?

is it possible to update the database and merge the new data?
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: location databse

Post by requinix »

Possible? Sure. Probably not as easy as dropping and recreating, though, and if that's fast enough then why bother with the complexity of performing and applying a diff?
Post Reply