I am kinda stuck on this one 0_o
It was a backup file/print share server. We decided to promote it to a DC (only one DC existed on the network and no resources for separate box).
Obviously server was fine, pingable and working. After execution of dcpromo the server complaint that it has...
I've already posted this thread in cisco routers section, and then I found this ASA specialized forum. So I am sorry about the double threading. :(
I have a couple question regarding CISCO ASA Secure appliance (I am looking in to 5510 or 5520).
As far as I understood those devices only allow...
I am not quite sure if this post thread should go here or not...
But anyways, I have a couple question regarding CISCO ASA Secure appliance (I am looking in to 5510 or 5520).
As far as I understood those devices only allow one expansion card, so it's not possible to use AIP-SSM and CSC-SSM in...
I am wrong in what I just said in the previous post, because for the zip code like 30815 the variable ZipRetVal only contains 384 records.
So again, I have no clues why this sh*t happenes :(
As I said before I dont have the acces to the DB :(, so I can not chek it's structure.
But what I know that the variable ZipRetVal is pritty big. Containing about 700 values. Wich is used here:
.
.
.
strSQL = strSQL & " WHERE tblPostalZip.strPostalZip IN ("&zipRetVal&") AND...
Something strange happens today, without touching any code, the zip code that was not working, worked!! It was 20815.
But still some zip codes don't work, like 30815 for example.
If the zip code does not exists in the table the programm will report the error: "No zip code found"
The error I...
Here is the related code to the problemm:
set ziplocator = Server.CreateObject("ZipLocator.Locator")
on error resume next
'// Get a Recordset of distances from the user's ZIP Code ordered from nearest to farthest
SET rsresults = ziplocator.RadiusScan(zipcode,30)
if err.number <> 0...
Basiclly the aplication has to find some places in a radius of 30 miles according to the zip code provided.
The problemm that I found is a bit wierd for me, because it's accept some zip codes but does not accept others giving the error in the sql string and saying Line 1: unexpected token ")'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.