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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TenMinJoe

  1. TenMinJoe

    SQL Server 2000 HTML Error messages

    Hi all. I am using the SQL Server authentication to control access to a SQL Server 2000 database via a web front end. If I enter an invalid username & password, SQL Server (quite reasonably) returns a page of the form: ERROR: 401 Access Denied HResult: 0x80040e4d Source: Microsoft SQL isapi...
  2. TenMinJoe

    XML with SQL Server 2000

    Replying to my own problem here, having solved it, in case anyone else is trying something similar. I have used JavaScript to compile the values of all the selected checkboxes into one input (of type 'hidden'). The javascript executes when the user clicks submit. So, all the selected items are...
  3. TenMinJoe

    XML with SQL Server 2000

    Hi. I need some help. I want to display, in HTML, a subset of records from my SQL Server database, and a checkbox for each item. I want to allow the user to select an arbitrary amount of items, and then submit the results to SQL Server, whereupon it will process the results. For example, the...

Part and Inventory Search

Back
Top