Hope this is the right forum
i just starts my first steps with WEB Core and Xdata. I have a simple database table with 8 fields. My Xdata server is functionally.
In my WebApp i use a FNCGrid with FNCGridDatabaseAdapter to a WebDataSource connected via XDataDataSet and XDataWebConnection.
My data will be displayed and i can make updates and inserts to the database.
But now my problem: I want to update the FNCGrid after a new entry in the database, because I add more data to the Xdata server before the final insert into the database...
What is the best way to do this?
Thx