954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

JSP and MySQL

Is it possibile to insert SQL in JSP?
If you have examples about how to connect to a MySQL database from a JSP web page, how to view, edit, create tables please send.
I am looking forward to receive some code about JSP & MySQL.

Yours sincerely,
Laurian Lazar

llazar
Newbie Poster
1 post since Jul 2009
Reputation Points: 10
Solved Threads: 0
 
peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

Welcome llazar,
>Is it possibile to insert SQL in JSP?
SQL(structured query language) is query language or an interface to work with database. You can write java program (code) in jsp to connect with database and execute queries, stored-procedures, and functions.
Use classes and interfaces from java.sql package.

__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You