I am having problems accessing a local database from within the application. When using bound controls they are populated if added to the base pages but empty when added to the middle pages. The controls are bound to a ce database created entirely within the c# environment. This is not the case when I use tablesadapters in code but only when I try dragging databound objects onto the "forms". I'm assuming that it's due to the timing of the GetData call. Can you let me know why this is the case or better again how to get around it? Thanks again.
Data access from withing the wizard
Hi Roger. Excellent tutorial, thank you.
I am having problems accessing a local database from within the application. When using bound controls they are populated if added to the base pages but empty when added to the middle pages. The controls are bound to a ce database created entirely within the c# environment. This is not the case when I use tablesadapters in code but only when I try dragging databound objects onto the "forms". I'm assuming that it's due to the timing of the GetData call. Can you let me know why this is the case or better again how to get around it? Thanks again.
Stephen