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 strongm 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: *

  1. mikebaldwin

    Microsoft VBScript compilation error '800a0409'

    Hey everyone, I fixed it!! The code was ok! I realized that the admin at work entered a value into the database that had return characters in it- and it broke the code! it was entered like this: 123 main street city, state where it should have been: 123 main street, city, state thank you all!
  2. mikebaldwin

    Microsoft VBScript compilation error '800a0409'

    guitarzan, i tried your solution and now recieve this error Microsoft VBScript compilation error '800a0409' Unterminated string constant /globallearn/traincalendar/intl/search.asp, line 85 Execute(arrayColNames(x) & "NameArray(" & counter & ") = """ &rs.Fields(dbColumns(x)).Value& """)...
  3. mikebaldwin

    Microsoft VBScript compilation error '800a0409'

    Hey Turkbear, By removing the quotes you highlighted in red above, i get this error now: Microsoft VBScript compilation error '800a0401' Expected end of statement /globallearn/traincalendar/intl/search.asp, line 85 what do you think?
  4. mikebaldwin

    Microsoft VBScript compilation error '800a0409'

    OK im gonna play around with it, and just so you know, if i remove the dbColumns(x) and replace it with "ID", it will access the DB and display the primary key or "ID" of each item, i cant figure out a workaround to get it to show the value within.. this is the replacement code that is...
  5. mikebaldwin

    Microsoft VBScript compilation error '800a0409'

    Hi everyone! I finally joined up after quite some time peeking in at all of your helpfull information! I've got a question for you all, i get the following error on a page for a site that i inherited here at work, and i'm going nuts, and am finally able to admit defeat!! Help!! Microsoft...

Part and Inventory Search

Back
Top