Wednesday, March 7, 2012
Microsoft VBScript Runtime error 800a001c
all to no avail. Then I began getting the following error message:
Microsoft VBScript runtime error '800a001c'
Out of stack space: 'Val'
/admin/content/pages.asp, line 7
The part in /admin/content/pages.asp, line 7 reads:
For I = 0 To UBound(arrArray)
If Val(arrArray(I)) = Val(varValue) Then
Array_Exists = True
Exit Function
End If
Next
Array_Exists = False
End Function
I have no idea what to do about it. Any hint or link to the right direction
will be appreciated.
Thanks.
Answered elseewhere. Pick a more appropriate NG and don't post the same
message independently to multiple newsgroups.
Microsoft VBScript Runtime error 800a001c
all to no avail. Then I began getting the following error message:
Microsoft VBScript runtime error '800a001c'
Out of stack space: 'Val'
/admin/content/pages.asp, line 7
The part in /admin/content/pages.asp, line 7 reads:
For I = 0 To UBound(arrArray)
If Val(arrArray(I)) = Val(varValue) Then
Array_Exists = True
Exit Function
End If
Next
Array_Exists = False
End Function
I have no idea what to do about it. Any hint or link to the right direction
will be appreciated.
Thanks.Answered elseewhere. Pick a more appropriate NG and don't post the same
message independently to multiple newsgroups.
Friday, February 24, 2012
Microsoft VBScript Runtime error 800a001c
all to no avail. Then I began getting the following error message:
Microsoft VBScript runtime error '800a001c'
Out of stack space: 'Val'
/admin/content/pages.asp, line 7
The part in /admin/content/pages.asp, line 7 reads:
For I = 0 To UBound(arrArray)
If Val(arrArray(I)) = Val(varValue) Then
Array_Exists = True
Exit Function
End If
Next
Array_Exists = False
End Function
I have no idea what to do about it. Any hint or link to the right direction
will be appreciated.
Thanks.Answered elseewhere. Pick a more appropriate NG and don't post the same
message independently to multiple newsgroups.
Monday, February 20, 2012
Microsoft SQL Server sq
I took over a website for another consultant. This web site has a sql server database. I can ftp my programs to the site and run them, but I am not sure how I look at the data on the server database with Microsoft SQL Server Management Studio Express. How do I tell smse where the database is located?
Thanks
you would simply enter the IP address of the server the runs the site (and presumably the sql server).
2 things you might have problems with....
(1) is the server running Sql Server 2005 (Express)?
(2) if you still cant connect its possible that there is a firewall in the server that is blocking the connection.
|||Thanks,
I will give it a try today and let you know.
Microsoft SQL Server sq
I took over a website for another consultant. This web site has a sql server database. I can ftp my programs to the site and run them, but I am not sure how I look at the data on the server database with Microsoft SQL Server Management Studio Express. How do I tell smse where the database is located?
Thanks
you would simply enter the IP address of the server the runs the site (and presumably the sql server).
2 things you might have problems with....
(1) is the server running Sql Server 2005 (Express)?
(2) if you still cant connect its possible that there is a firewall in the server that is blocking the connection.
|||Thanks,
I will give it a try today and let you know.