Author |
Topic  |
|
MaGraham
Senior Member
   
USA
1297 Posts |
Posted - 11 September 2012 : 14:19:38
|
After doing the IP to Country Mod, I am receiving the following error.
Microsoft VBScript runtime error '800a01a8'
Object required: 'my_Conn'
/tfp/inc_locale.asp, line 3
Of course the inc_locale.asp consists of only this below.
<% strSql="SELECT IPSTART, IPEND, IPCOUNTRY FROM " & strTablePrefix & "IPTOCOUNTRY WHERE IPSTART <= '" & Request.ServerVariables("Remote_Addr") & "' AND IPEND >= '" & Request.ServerVariables("Remote_Addr") & "'" Set rsLocale= my_Conn.Execute(strSql) If NOT (rsLocale.BOF or rsLocale.EOF) Then strLocale=rsLocale("IPCOUNTRY") rsLocale.Close End If Set rsLocale = Nothing %>
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 12 September 2012 : 03:18:26
|
Where did you include it? The original page must include "config.asp". |
 |
|
MaGraham
Senior Member
   
USA
1297 Posts |
Posted - 13 September 2012 : 00:03:18
|
I had to uninstall this until I get my home page completed, Carefree. I'll get back to it then.
Thank you!
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
 |
|
|
Topic  |
|
|
|