I wrote this function, and it is supposed to return a string that contains a nice looking table so that we can print it. However, response.write just prints out "False". Anyone run into this before ?
Function categoryTables()
response.write("categoryTables()")
'arrays
DIM mfgArray...
I want to copy an individual array out of what is returned from getRows with my recordset.
How do you copy to a single array from a multidimensional array ? I have tried stuff like.
tempArray = multiDimensionalArray(0)
'0 being where the array I want is stored
and I've also tried
REDIM...
Here is the offending code block... I get the following error. I don't know what is syntactically incorrect about it though.
Thanks In Advance.
----------------------------------
Error Number -2146827286
Error Code
Error Description Syntax error
ASP Description
Category Microsoft...
We are normalizing and redesigning our databases at work. We came across the idea of holding content in the database, but this content would need to be parsed before it is displayed.
Basically we want to hold part of an ASP page in a field and then be able to query it. Will asp parse the...
I am working on a cart system right now. I have finished the Control Layer and I am in the Visual Layer or my coding. But here is my problem.
In the Cart.asp(This is the Visual File with the HTML formatting) I include Cart_Code.asp(the control layer of the design). In Cart_Code.asp I...
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.