JavaScript Run a SQL Stored Procedure to Fill a HTML Table
Hi,
I have an interesting issue where I have to to create an HTML page that can use a stored procedure in SQL. I cannot use .NET, ASP or PHP being that the application that enables us to create customs forms will not use it.
So I am wondering how to use JavaScript to access a SQL database through ODBC System DSN and run a stored procedure and fill a HTML Table. I would also have to pass variables to the stored procedure.