hi,
i need to get the current location when the user login to my application.
i am using bingmaps...when the user logsin to the application i need to get the current location from the maps in the back ground and store it in the database.
if he changes the location and again login the application i should get this current location and the data should me storing in the database...
can some one help me in this..
thanking you...
regards,
Sri
Loading
Jiteendra SampathiraoPosted Aug 12, 2011, 1:41 AM
To get the ip address of the use refer ( through coding)
You can get IP address in using database also system context environment like
sys_context('USERENV','OS_USER') ,
sys_context('USERENV','CURRENT_USER') ,
sys_context('USERENV','HOST') ,
sys_context('USERENV','TERMINAL')
then by using the IP address get the location Refer LInk1 and LINK2
hope it help you.......