G
Guest
hi,
I was using Borland delphi earlier and it was realy easy when it comes to
Database oriented application Development. In delphi, it got a centralized
table handling module called "Data Module". In there we could put all data
connections, table and make it available throught out the application which
gives a centralized maintanance of data without redeclaring any objects for
each forms.
I want to know how could I make available the data components to every form
and to make it centralized in VB.NET, rather than declare objects for each
forms ?
I'm using Visual Studio.NET 2003.
I was using Borland delphi earlier and it was realy easy when it comes to
Database oriented application Development. In delphi, it got a centralized
table handling module called "Data Module". In there we could put all data
connections, table and make it available throught out the application which
gives a centralized maintanance of data without redeclaring any objects for
each forms.
I want to know how could I make available the data components to every form
and to make it centralized in VB.NET, rather than declare objects for each
forms ?
I'm using Visual Studio.NET 2003.