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