I had hired a developer to build and install my database.
The database has the names of all US cities.
The problem is, I need to break out the large cities into districts. For example, San Francisco has 7 districts, San Jose has 6 districts.
I downloaded the cities table and thought that I could just remove San Jose and add say, san jose-east, san jose-west, san jose downtown...etc...
I would then just upload the file to the database.
It seems logical to me that this would work but he says no, that it will affect other things..(which he did not explain).
Does it make sense that a database would have to be "static"?
Would it affect the search capabilities?
Finally, would you need more info to determine if it would or would not work?
Any help, comments, are appreciated, I am under the gun here to get this project to market.
The database has the names of all US cities.
The problem is, I need to break out the large cities into districts. For example, San Francisco has 7 districts, San Jose has 6 districts.
I downloaded the cities table and thought that I could just remove San Jose and add say, san jose-east, san jose-west, san jose downtown...etc...
I would then just upload the file to the database.
It seems logical to me that this would work but he says no, that it will affect other things..(which he did not explain).
Does it make sense that a database would have to be "static"?
Would it affect the search capabilities?
Finally, would you need more info to determine if it would or would not work?
Any help, comments, are appreciated, I am under the gun here to get this project to market.
Comment