Subject RE: [IBO] Update Data Through IBO
Author Jason Wharton
There are a number of sample applications that show you how to work with
datasets and their fields.

Look in the Samples folder and have a play with them.
Then, if it doesn't become immediately obvious to you, give us a yell.

In short, you put the dataset in edit state, change the field values and
then post the changes.

Jason Wharton

-----Original Message-----
From: Tarak Patel [mailto:tarak_firebird@...]
Sent: Monday, August 16, 2004 3:56 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] Update Data Through IBO


Please,help me to get edit data.

How to get data from database to Form.

For example,

1. Edit1.text = tarak
2. Edit2.text = patel

Save...

If i do click on Save button then data in the text boxes is being saved in
database......But if i want to edit edit1.text then how can i featch data
from database to form in delphi through IBO(delphi/firebird).