473,407 Members | 2,320 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,407 software developers and data experts.

How to make an multi-user application in VB6.0?

How to make multiple instance of an application

We have created a application using VB as front end & Access as Back End.
That application was installed in Server & permission given to a single user
for the data entry.


Now our Manager's idea is to use/access that VB application 3 persons at a time.Is it possible to access the application more than 1 user at a time to read, write data to the same MS Access table...?

Or to do this, what are the methods/Codes to get it.


Please help me...
Feb 24 '09 #1
7 14675
debasisdas
8,127 Expert 4TB
that depends on how the application is handling the database.
Feb 24 '09 #2
EYE4U
75
Hope this application is a networking application and the three persons will use the application from 3 different computers.
If yes then you need to do some thing like multithreading... if you dont knw how to do multithreading in vb there is another way to handle this thing...
Create a program in vb which will handle all transactions or operations on database. Create an exe of the program. Now every time a user logged in to do work on database your server will execute the exe file which is handling the database for online users.
After executing connect your client applications to those exe you have runned for them...
Now all three or any number of clients can do work simultaneously on database.

If you need an example tell me i ll made one for you...

Regards
ARUZ
Mar 22 '09 #3
debasisdas
8,127 Expert 4TB
you can run multiple instance of the same exe but you might need to make some changes to database path and moreover the way the application handles the database to manage isolation level.
Mar 23 '09 #4
To,
Eye4U

Yes Sir,
I need an example with sample code.
Could you help me. Please..


Thanks
Prem
Mar 23 '09 #5
EYE4U
75
Prem
In my example i ave just given the idea to how to manipulate your scenario. In this example you can create as many as users and can Add and can Search in the database.
I have not apply the networking in it.
If you want networking it ll a bit more job. If you dont get the example in right you can contact me to get help in networking in this app.

Regards
ARUZ
Attached Files
File Type: zip App.zip (15.4 KB, 3236 views)
Mar 23 '09 #6
@EYE4U
ThanQ Mr. Aruz.
It's really great helpful.
Mar 28 '09 #7
Thanks so much Mr Aruz.... first i got the vb program you created on a multi user system . now i need your help on networking part.. i need codes or sample.

Katebeg05@gmail.com

Thanks in advance
May 5 '19 #8

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

Similar topics

0
by: David | last post by:
I've installed the DBD::Proxy and RPC::PLServer modules on Windows 2000 accessing SQL Server 2000 (through an ODBC system DSN). I can interface to the database from one or more Linux boxes just...
0
by: frankenberry | last post by:
I have multi-page tiff files. I need to extract individual frames from the multi-page tiffs and save them as single-page tiffs. 95% of the time I receive multi-page tiffs containing 1 or more black...
6
by: cody | last post by:
What are multi file assemblies good for? What are the advantages of using multiple assemblies (A.DLL+B.DLL) vs. a single multi file assembly (A.DLL+A.NETMODULE)?
1
by: Brian Basquille | last post by:
Hello all.. One thing that really irritates me is that i work at home on projects on my laptop (which has resolution of 1280 x 800) but if i bring some of my projects into college to work on...
1
by: ad | last post by:
We can only edit a row of data with GridView. How can we make a multi-row input ?
42
by: Martin Jørgensen | last post by:
Hi, I'm trying to move a matlab program into c language. For those who knows matlab, this is the line I want to program in c: hx(1:nx,1:ny) = 0; % nx=10, ny=10 It works on a 2-dimensional...
1
by: rapin | last post by:
How do you make javascript’s string functions (like toUpperCase() or substr()) run under SpiderMonkey to handle multi-byte characters. For example: var strTest = "ørnen på"; var ...
0
by: Sabri.Pllana | last post by:
We apologize if you receive multiple copies of this call for papers. *********************************************************************** 2008 International Workshop on Multi-Core Computing...
5
by: Max2006 | last post by:
Hi, I have a TreeView and this is my node style: <asp:TreeNodeStyle ForeColor = "#000000" Font-Size="9px" Font-Bold="false" Width="100px" NodeSpacing="3px" /> The problem is the expand...
16
by: Stefano Sabatini | last post by:
Hi all, I'm facing this design problem. I have a table which defines the behaviour of an Object in a given state according to the type of event it is receiving. So for each couple...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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.