> Basically I am working on the development of a database where a user
> enters an address (street, city, state, zipcode). Based on the user input
[quoted text clipped - 5 lines]
> I need to retrieve this information and update the database accordingly.
> My question is: Can this information retrieval be done using JavaScript ?
It /can/, but it would probably involve quite a lot of pain and probably not
work in your particular environment. There is almost certainly a better
solution.
You are rather vague about what you are developing. What do you mean by "a
database"?
Some form of RDBMS which you connect to via some server side system (such as
Perl CGI, mod_perl, RoR, ASP, etc) and then present to the user with a
browser?
Some RDBMS which you connect to via ooBase?
Something written in Lotus Approach?
Microsoft Access?
An Exchange server which you connect to via Microsoft Outlook?

Signature
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navodit - 31 Jul 2006 17:15 GMT
The application I was referring to is a web based database (MySQL)
programmed in Java. Any idea what wd be the better solution ?
>> Basically I am working on the development of a database where a user
>> enters an address (street, city, state, zipcode). Based on the user input
[quoted text clipped - 27 lines]
>
> An Exchange server which you connect to via Microsoft Outlook?
David Dorward - 31 Jul 2006 18:47 GMT
> The application I was referring to is a web based database (MySQL)
> programmed in Java. Any idea what wd be the better solution ?
Please don't top post.
The user submits data to the Java. It can then go off and look up the
coordinates you want and add them to the database. The specifics of that
are off topic for this newsgroup.
No need to involve JavaScript at all (and doing so would almost certainly
add a lot of complexity for no benefit).

Signature
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is