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...
Continue reading...