Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / August 2006

Tip: Looking for answers? Try searching our database.

modular programming???

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
gonzosez - 28 Aug 2006 14:05 GMT
Here is what I am talking about...
I have an app that extracts data from a customer database and imports it to
database2

The 2nd app extracts data from database2 and imports to database3

The problem or question is I have several different instances of the first
app and only 1 of the 2nd.
Depending on the customer the first app will change .

Can I "drop" the forms and modules in to the 2nd app depending on the
customer?
Spam Catcher - 28 Aug 2006 14:12 GMT
> Can I "drop" the forms and modules in to the 2nd app depending on the
> customer?

Yes you can build PlugIns for your app. It's very easy to dynamically load
DLLs in VB.NET.

http://www.developerfusion.co.uk/show/4371/
PJ6 - 28 Aug 2006 15:26 GMT
Just a suggestion, but you may want to take a look at not using any compiled
code at all. For tasks like that, T-SQL jobs are (generally) far simpler to
write, maintain, and schedule, and run much faster.

Paul

> Here is what I am talking about...
> I have an app that extracts data from a customer database and imports it
[quoted text clipped - 8 lines]
> Can I "drop" the forms and modules in to the 2nd app depending on the
> customer?
Cor Ligthert [MVP] - 28 Aug 2006 17:42 GMT
Gonzosea,

What you are looking for is a datalayer. That you can create in a class (and
dll) and that use with both applications.

In the most simple format, you can open a component in VB.Net and use in
version 2005 the DataTab and in version before that the oldedb or sql
dataset wizard from the toolbox.

I hope this helps,

Cor

> Here is what I am talking about...
> I have an app that extracts data from a customer database and imports it
[quoted text clipped - 8 lines]
> Can I "drop" the forms and modules in to the 2nd app depending on the
> customer?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.