S
Smola
Hi all,
I have a third party system whose database I can access only through
it's specific API. I need to create a binding mechanism for a windows
forms application.
I'm not interested in writing ODBC drivers and I want to focus on
writing my own data binding objects.
What is the best approach for doing this?
After some reading I conluded that in my access-layer classes I should
implement several interfaces like IList, IBindingList etc.. This way I
can use these classes as a data source for my contols.
Am I on the right track?
I have a third party system whose database I can access only through
it's specific API. I need to create a binding mechanism for a windows
forms application.
I'm not interested in writing ODBC drivers and I want to focus on
writing my own data binding objects.
What is the best approach for doing this?
After some reading I conluded that in my access-layer classes I should
implement several interfaces like IList, IBindingList etc.. This way I
can use these classes as a data source for my contols.
Am I on the right track?