Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I update datebase using DataExpress components?

Status
Not open for further replies.

handi2002

Programmer
Jun 20, 2003
1
CN
I am writing a datebase application . I need to retrieve and update the database through a UI . I am new to JBuilder and now I know I can pass a SELECT statment using QueryDataSet component and display the result with a data-aware component.
How can I update my database? I can not place UPDATE statment in QueryDataSet component,error message occured: on ResultRet was returned. I want to read parameters from the UI and set the database according to them.(I don't want to change the data in the Jdbtable directly) I read some JBuilder Documents and can not find the answer. am I make myself clear? thank you for your help!!!

 
if you just like to call an update statement use database.executeStatement("UPDATE table ....");

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top