[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to update db data in Binding Source?

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
You should not be calling .NET to create/delete/update in a database. You should be using the ABL to update the database directly, in the normal way. The BindingSource is not designed to give you transparent (i.e,. dynamic) access to data in your database. I assume that's why you are asking? That is not its purpose. If that's not what you're asking, then you need to be more specific. Give me a specific use-case.

Continue reading...
 
Status
Not open for further replies.
Back
Top