peter_budo
Code tags enforcer
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)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241