473,413 Members | 1,764 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,413 software developers and data experts.

Can I share VB project in a network

274 100+
Hi all
I have one question: Can I use VB project in LAN environment? so that it can be shared by two different user simultaneously or solely.
Nov 22 '07 #1
12 3414
lotus18
866 512MB
Hi all
I have one question: Can I use VB project in LAN environment? so that it can be shared by two different user simultaneously or solely.
Correct me I'm wrong, are you saying that you want to shared the use of vb project over the LAN environment? I don't really think so.

I'm not sure about that but I guessed it won't work. You can only run VB project one at a time I guessed so.
Nov 22 '07 #2
Hi all
I have one question: Can I use VB project in LAN environment? so that it can be shared by two different user simultaneously or solely.
Hi Creative1,

What you need is a "version control system" which will put a lock on a "checked out" code module preventing another user from checking a module out for edit.

Here's what not to use (by Alan de Smet)...
http://www.highprogrammer.com/alan/w...ourcesafe.html

Cheers, DonEMitchell
Nov 22 '07 #3
JamieHowarth0
533 Expert 512MB
Hi guys,

If you're working in VB.NET then I only need to say four words - Visual Studio Team System.

If you're working in VB6 then there's nothing that I know of that runs efficiently across a LAN to do the task you require.

medicineworker
Nov 23 '07 #4
creative1
274 100+
In fact I want to implement my project in a LAN enviorment where differnet users want to use it.
Nov 23 '07 #5
Its possible to share a VB Application in a network. The best way is when using a DSN Connection to your database. I have done it and it works so well.
Nov 23 '07 #6
lotus18
866 512MB
Its possible to share a VB Application in a network. The best way is when using a DSN Connection to your database. I have done it and it works so well.
Hi Everson

We're talking about the using of the same vb project that can be used by many users to have accessed with the codes with the same time and not on the database connection. : )
Nov 23 '07 #7
But I think you are missing the point Lotus, Creative1's Last post just before my post that you responded to speaks of Implementing the Project so that others can access it over the LAN. Please refer back Lot.
Nov 23 '07 #8
lotus18
866 512MB
But I think you are missing the point Lotus, Creative1's Last post just before my post that you responded to speaks of Implementing the Project so that others can access it over the LAN. Please refer back Lot.
OK. We have different interpretation. Maybe I'm wrong but i still stick to mine : )
Nov 23 '07 #9
creative1
274 100+
Hi guys
I think its my fault that I haven't explained what I really want. I am the only programmer of the software. I want to implement my project in an depot where only one person will be using it at a time for most of the time at checkout. However, there are chances that to use the same project to another location such at site to handle certain kind of transections. This access can be exclusive or may be not some times. I just want to know Is this possible to use the software in LAN enviornment to behave according to the requirments.
I hape it'll provide enough details of what I am actually looking for?

Thanks for your concern.
Nov 24 '07 #10
Mohan Krishna
115 100+
Hi guys
I think its my fault that I haven't explained what I really want. I am the only programmer of the software. I want to implement my project in an depot where only one person will be using it at a time for most of the time at checkout. However, there are chances that to use the same project to another location such at site to handle certain kind of transections. This access can be exclusive or may be not some times. I just want to know Is this possible to use the software in LAN enviornment to behave according to the requirments.
I hape it'll provide enough details of what I am actually looking for?

Thanks for your concern.
I too am trying for the same.
Nov 24 '07 #11
raaman rai
114 100+
I dont know what database u r using but if it is an Access database then "yes" its very much possible to share the project in a LAN. I did struggle a lot with the same thing sometime ago but now i m doing well.

actually everything needs to be done in the same manner, the way u do in developing the project for a single alone computer (coding part). But what u do is try to share the application folder for the LAN. When u install your application it might get installed in the directory C:\Program Files\your application folder. So share it, that way other LAN users can access the application. But make sure you install the same application in others system (PC) also as to give the runtime support in the client machine too. But after installing the application in every client, dont use the application installed in their own machine instead create the application (exe file) shortcut of the shared one to the users desktop and from their they can access your shared application.

In this case only the reporting part doesn't go well. i mean if u r using crystal report for reporting then you create a text file or INF file where you specify the path to the ur database. This way everytime your application tries to generate a report it first reads the path from the text or INF file and then use that path for the database. You can give the path name as \\Your Computer Name\Your application folder\Your database Name ..e.g \\Server\IMS\db.mdb.

So try it and Good Luck!
Nov 24 '07 #12
creative1
274 100+
Thanks Raman for details I really appreciate your help. I am using Access as database and VB6 at front, and I haven't used Crystal Reports.
I am not at implementing stage yet;however, it will help me a ot I believe.
Thanks again
Nov 24 '07 #13

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: brian.oneil2 | last post by:
Is there a way to install this onto a network file share and allow a team to access it? I would say share a CD from a networked CD drive, but there are multiple CD's that would have to be inserted....
0
by: Bob Weiner | last post by:
This my first C# and .Net project and as such, I developed most of the functionality in small projects to test and learn how to get things done. Now that each of the projects work I am building a...
1
by: Agnes | last post by:
We got a dataserver , I built some usercontrol and class and languate.resx . I PLACED all of them in the data server, I want to let other to use the sources . HOWEVER, after i build the class...
3
by: musosdev | last post by:
Hi guys Okay, I've setup my projects to open and compile fine in VS2005 using FPSE and remote web, but it's *really* slow. So I thought I'd have a go at doing it the normal way, by loading from...
0
by: lucian.nn | last post by:
Hello guys! I'm on a pilot project with a .net applet that should be able to upload a local file to a predefined network share. This applet should run inside IE browser and will be used for...
4
by: Jeremy S. | last post by:
We're in the process of writing a new Windows Forms app and the desktop support folks want for it to be run from a network share. I know it's possible (i.e., just have the framework on the clients...
3
by: Michel Smit | last post by:
Hello, I have a question. We have a webserver in a domain, DomainA, and a webserver in a DMZ with local users and groups only. I'm trying to copy a file from the DomainA webserver to the DMZ...
6
by: tendim | last post by:
G'day group. Currently our organization us using VB6 based applications, and I am trying to push forward and migrate some of the smaller things to VB.NET, eventually migrating all applications...
5
by: Jose Cintron | last post by:
I created a pretty basic program based on the "Windows Forms Application" template using C++ in VS 2005. When I run the program from my local system it runs properly (do happy dance), now when I...
5
by: =?Utf-8?B?SmVycnkgQw==?= | last post by:
I am trying to accesss a Mapped Drive from my asp.net code running on IIS 6.0. I am using a FileUpload control and fileUpload.SaveAs() to save the file to the server. I want to save the file to...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.