Project Description:
I would like to build from to log in to a SQL server (open a connection and close it) and then there would be a field input box that will run a query.
So the form would be like this:
SQL Server Log in
sql server host name:
sql server db name:
sql server user name:
sql server password:
"login button" ----> When the login is successful it will display a message [ Login Successful ]
field one:
"submit button"
so after the DB log in you would put something in field one to do the db query against and display the result in a table.
* See Screenshot for more details.
** I would like to build this form in HTML/JavaScript.
*** I would like clean and organized code with comment.
Let me know if you have any questions.
Thanks!
Additional Project Description:
09/27/2011 at 10:56 WIT
I would like to build a form to login to a SQL server (open a db connection and close it) and then there would be an input field that will run a query.
So the form would be like this:
SQL Server Login
sql server host name:
sql server db name:
sql server user name:
sql server password:
"login button" ----> When the login is successful it will display a message [ Login Successful/unsuccessful]
field one:
"submit button"
so after the DB login you would put something in field one to do the db query against and display the result in a table.
* See Screenshot for more details.
** I would like to build this form in HTML/JavaScript.
*** I would like clean and organized code with comments.
Let me know if you have any questions.
Thanks.
09/27/2011 at 10:58 WIT
I would like to build a form to login to a SQL server (open a db connection and close it) and then there would be an input field that will run a query.
So the form would be like this:
SQL Server Login
sql server host name:
sql server db name:
sql server user name:
sql server password:
"login button" ----> When the login is successful it will display a message [ Login Successful/unsuccessful]
field one:
"submit button"
so after the DB login you would put something in field one to do the db query against and display the result in a table.
* See Screenshot for more details.
** I would like to build this form in HTML/JavaScript.
*** I would like clean and organized code with comments.
Let me know if you have any questions.
Thanks.