473,327 Members | 2,055 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

modular programming???

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?


Aug 28 '06 #1
3 1627
"gonzosez" <adfwrote in news:eu**************@TK2MSFTNGP04.phx.gbl:
>
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/
Aug 28 '06 #2
PJ6
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

"gonzosez" <adfwrote in message
news:eu**************@TK2MSFTNGP04.phx.gbl...
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?


Aug 28 '06 #3
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

"gonzosez" <adfschreef in bericht
news:eu**************@TK2MSFTNGP04.phx.gbl...
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?


Aug 28 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Hayden Kirk | last post by:
Hey guys I am about to write some back end software for my business. I want a system that I can create invoices, clients etc... I can do this no problem. However I want to write it in modules so...
18
by: Zero | last post by:
Hi, I am calculating an integer to the pwer of a large integer, e.g. 2^5000. It turns out that the result I always get is zero. I am sure that the result is too large to store in such type...
4
by: Nick Goloborodko | last post by:
Hi, I'm in the process of conceptualizing a new ASP.NET application. I'm a relative newbie in ASP.NET / .NET in general, so any comments will be greatly appreciated. Basically i need to make...
12
by: Don Huan | last post by:
Hi my job is to migrate our WinForms application to ASP.NET. This app was build very modular so every peace of code can be replaced by another "modul". There are 1 VS-solution with about 60...
26
by: I_AM_DON_AND_YOU? | last post by:
This is the scenario: I have a VB.Net project comprising of a few Forms. On Form1 I have more than 20 buttons. There is a very lenghty code written in click event of each and every button. Right...
26
by: ashu | last post by:
lets look at the code given below here i m trying to do mudular programming /* this is my main prog.*/ /*mmod.c*/ #include<stdio.h> #include "mod1.h" int main(void) {
20
by: Tuvas | last post by:
I have made and recently posted a libary I made to do Modular Arithmetic and Prime numbers on my website at http://www.geocities.com/brp13/Python/index.html . I am currently in a crypotology...
3
by: DG | last post by:
Please correct me if i'm using a wrong term. I want to programm functionality and pack it to .dll Then, have an application look in 'modules' folder and depending on available .dll-s display...
2
by: Canice | last post by:
I'm working on a web application where 90% of it is common 'product' code an the other 10% is customer specific. I want some method of separating the customer specific presentation, business and...
1
by: bob | last post by:
I have made a file: box.h that have some structs, simple functions etc. I have then made another file: print.h that have a class 'print' with methods to print the content from 'box' (content of...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.