0

How to save Google maps locaation into db2 ? using javascript . I am currently working on a code where we can save current location latitude and longitude automatically. I use Google maps API, but I don't know how to save latitude and longitude in my database and then access it. Please help in saving users location in database Thanx very much

code current location

db2

database name parkgo

select from park (lon,lat);

1 Answers1

0

Typically called "search", you use it to find similar-asked questions that will provide you with examples and guide how to do the same with your own problem. For example: Insertion of values in database

The fact that you're using some "lat long values" doesn't matter. A string is a string is a value. You take it and you put it in your database by invoking an adapter the calls an SQL query. See the link above.

Community
  • 1
  • 1
Idan Adar
  • 44,156
  • 13
  • 50
  • 89