Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to execute any sql statement to the database?

database execute sql
0
Posted

How to execute any sql statement to the database?

0

Objects of the class QueryDescriptor used to execute sql statements in a database. The method QueryDescriptor getQueryDescriptor(String sqlStatement,boolean update) returns a QueryDescriptor. The attibute sqlStatement is the statement to execute. The attribute update must be true. After this call the method int executeUpdate(queryDescriptor) of the class DBUtils. The following code fragment deletes a row from the table “kunden”.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123