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!
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& """)...
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?
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...
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...
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.