Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bitrot
  • Content: Threads
  • Order by date
  1. bitrot

    response.write(function()) problem

    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...
  2. bitrot

    getRows() and copying arrays.

    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...
  3. bitrot

    Syntax Error When Creating a DBconnection inside of a class

    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...
  4. bitrot

    Will ASP parse text returned by a SQL Query

    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...
  5. bitrot

    I am having a problem with multiple includes.

    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...

Part and Inventory Search

Back
Top