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

Recommended Answers

All 2 Replies

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.