borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (How to send multicast message)Next Topic (how to track login logout times) New Topic New Poll Post Reply
AndreaVB Forum : Network : Distributed Applications
Poster Message
vivekjain
Level: Professor

Registered: 11-08-2003
Posts: 71

icon Distributed Applications

Hi,
  I am planning on developing a distributed application in VB. The application is for a company which has branches all over the country. There is a centralized database. How can I access this database from any part of the country. I can use ASP for this, but I want to do this in VB. Kindly help me with this. Thank You.

11-08-2003 at 06:01 PM
View Profile Send Email to User Show All Posts | Quote Reply
vbgen
Level: Moderator

Registered: 10-10-2002
Posts: 876
icon Re: Distributed Applications

you can use vb to do this, but how will you connect to this database?

if it's through the internet, then the database should be located in a server computer, which you can access through a website, or perhaps by accessing its ip address... you'll probably need a server and client application

if the connection will be through a modem dialing up to the server... (not necessarily through the internet), then you will also need a server and client application...

if you will just access a website(of course, secured) then you'll need a website and a client program...

WHY a server side application and a client application?

so that the server can handle the requests made by the client application(the one you will use from anywhere in the country)...

it would be chaos if there were no data handling on the computer that holds the database... there could be numerous problems if no handling will take place.

____________________________
Been busy trying to take a second degree <--it's not working out...

12-08-2003 at 05:10 PM
View Profile Send Email to User Show All Posts | Quote Reply
JLRodgers
Level: Moderator

Registered: 04-04-2002
Posts: 1616
icon Re: Distributed Applications

Out of curiosity... I take it the company at the different locations aren't connected (ie: the lans at each company aren't connected 24/7)? If they were, servers can be accessed the same way if it's on your network, or in another country (given proper permissions).

Meaning that it'd be as easy to connect to it in another state as one in the next room; although design would depend on the security and what the company itself would allow.

____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)

12-08-2003 at 06:58 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
vbgen
Level: Moderator

Registered: 10-10-2002
Posts: 876
icon Re: Distributed Applications

i totally agree...

i just think sometimes that perhaps a dialup could cost much more, if it's like here in the ph...

but through internet connections instead, i'd have it easier.  

____________________________
Been busy trying to take a second degree <--it's not working out...

13-08-2003 at 01:10 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Network : Distributed Applications
Previous Topic (How to send multicast message)Next Topic (how to track login logout times) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder