dinger2121
Programmer
hello,
I have a web site that is designed using jsp. I have a requirement to create a form that will collect user information and store it in an sql server database. I am trying to determine the best method of accomplishing this. I also have a fairly tight time line.
I understand that it is not best practice to have the jsp accessing the database. Would I be better off using a perl cgi script for the database access? There are currently some perl script deployed on the web site.
Thanks for any thoughts.
I have a web site that is designed using jsp. I have a requirement to create a form that will collect user information and store it in an sql server database. I am trying to determine the best method of accomplishing this. I also have a fairly tight time line.
I understand that it is not best practice to have the jsp accessing the database. Would I be better off using a perl cgi script for the database access? There are currently some perl script deployed on the web site.
Thanks for any thoughts.