Viewing 11 posts - 1 through 11 (of 11 total)
I've not been able to make it fail with the following code, which I've...
November 4, 2018 at 1:04 pm
Thanks Jeff, this is very weird. I tried for a long time to get it to work and the file exists (I copied/pasted the name). May I ask the following:
November 4, 2018 at 12:50 pm
Hi Ira,
Does not seem to work for some cases... For example:
select dbo.[fn_calculateJaro]('Busan-Gimhae LRT Warranty','Busan Gimhae')
returns 0 because of a dash character...
February 1, 2018 at 2:16 pm
THANK YOU VERY MUCH patrickmcginnis59 for your suggestion, I created a System DSN (rather than an User DSN) and it worked!
Regards,
M.R.
February 28, 2014 at 11:28 am
It works on my system, I get:
33.755319-117.867595Santa AnaCA927011234 N Main St
but I modified the code to use Google API ver. 3 instead of ver. 2 referred in the article, please...
October 23, 2012 at 8:30 am
Hello,
I would suggest to use Google API ver. 3 (the current one) rather than ver. 2 referred in this post. Therefore, the URL should be something like:
http://maps.googleapis.com/maps/api/geocode/.....etc' - ver. 3
instead...
October 23, 2012 at 8:01 am
Procedure uses Geocoding API ver. 2 but can be updated in order to use Geocoding API ver. 3.
Regards,
M.R.
February 11, 2011 at 9:47 am
Please find the attached document below with all the screen shots of error message
May 6, 2010 at 7:31 am
We found the solution: it was a client browser setting:
Internet Options -> Privacy -> set it to 'Low"
November 12, 2009 at 9:20 am
Viewing 11 posts - 1 through 11 (of 11 total)