If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Latitude & Longitude in mysql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-16-06, 22:55
urmaniac urmaniac is offline
Registered User
 
Join Date: Dec 2004
Location: Malaysia
Posts: 24
Latitude & Longitude in mysql

hye,
i'm using mysql version 5.0.17....
i'm also using phpmyadmin as the interface....
hope anyone can give me solution to this problem bcoz i'd never manage this kind of data b4...


Question:
- how should i store this latlong data in mysql?? is it in varchar or mysql have a data type dat support this latlong data(i've heard dat mysql support this kind of data but i don't know how )....
- i 've seen in one of mysql forum...but they use float as data type...
Reply With Quote
  #2 (permalink)  
Old 05-17-06, 06:22
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,260
traditionally Lattitude & Longitude are expressed as degrees, minutes & seconds, however that isn't the most sensible way of stroing the data.

The float datatype, of double precision woul dbe appropiate, you will need to create a function in your user interface to convert from a decimal number into the latitude & longitude display.

There may even be a freely available MYSQL native function to dot his for you.

As you are using version 5 of MySQL you could do it as part of a stroed procedure (you woulkd need 2, one to convert each way).
HTH
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 05-18-06, 21:28
urmaniac urmaniac is offline
Registered User
 
Join Date: Dec 2004
Location: Malaysia
Posts: 24
thanx 4 d solution....
__________________
Learn from the expert and be the best
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On