Viewing 2 posts - 1 through 2 (of 2 total)
UPDATE n.wmsLog
SET n.wmsLog.countrya2 = dbo.GeoIP.a2
FROM n.wmsLog INNER JOIN dbo.GeoIP ON n.wmsLog.longIP BETWEEN dbo.GeoIP.startLongIP AND dbo.GeoIP.endLongIP
WHERE n.wmsLog.pubpoint = 'abcd'
I think this is what you were looking for???
March 8, 2005 at 11:26 am
#545959
I know this is just an example that you presented in the article. So I have a recommedation ( learnt over time).
When you are working with connections to the database...
August 6, 2004 at 10:13 am
#518047