Link to home
Start Free TrialLog in
Avatar of thomasm1948
thomasm1948Flag for United States of America

asked on

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.  

Thank you for all of your help in advance

Thomas White
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of thomasm1948

ASKER

Thank you for the idea and it worked in HTML but I just found out that our application does not work with ActiveX.