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 biv343 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: nic02
  • Content: Threads
  • Order by date
  1. nic02

    beginner trying to show response

    I'm trying to compile a question and answers page I'm able to show my questions but on click of a question I want to show the selected ques and its corr Answer. The code I have: sqltemp = "select * from QA where TYPE = 'G' order by id" set rstemp=conntemp.execute(SQLTemp) sqltemp =...

Part and Inventory Search

Back
Top