Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Log in to check your private messages
Log in to check your private messages
Visual Basic Forum for Visual Basic Programmers VB Forum Index » Database & Reporting

Post new topic   Reply to topic
Creating multi-user applications using VB 6.0
View previous topic :: View next topic  
Author Message
Meetali
Newbie


Joined: 22 Aug 2005
Posts: 1

PostPosted: Aug 22nd, 2005 03:56 AM    Post subject: Creating multi-user applications using VB 6.0 Reply with quote

I have an application developed using Visual Basic 6.0 and SQL server 7.0.
The problem that I am facing is that I want to run in on a netowrk i.e. in a multi user environment and I am not able to figure out how to do it.
CAN ANYONE HELP!!!

Regards,
Meetali
Back to top
View user's profile Send private message MSN Messenger
dougthomas
Moderator


Joined: 27 Jul 2005
Posts: 271
Location: Essex, UK

PostPosted: Aug 22nd, 2005 04:55 AM    Post subject: Reply with quote

Hi,

Without seeing the code or understanding what the Application is doing and how it's been written, from a purely implementation point of view you have to ensure that potential users have access to the Program .exe and the Database.

If it's not there already you will have to move the Database onto the server you are going to run from, and either put the .exe program file on a shared area where the users can get at it, or install it on each user's machine. If the database Pathname is hard coded in your Application it will have to change to reflect it's new location on the server. The same goes for any other files that may be common to the application that will be server-side.

If the application is there for everyone to use then you won't need to bother about authorisation (ie Logon) if it's not, then you should front end your application with some sort of authorisation mechanism.(Like giving the users a Username and Password and having a Logon screen)

From a more general view, if the Application allows the users to Insert, Delete and Update records, have you implemented a suitable locking strategy ? ie If two users are trying to update the same record at the same time does you code cope ? I don't know anything about SQL Server but I would expect the documentation to have at least one Chapter dedicated to locking strategies.(and the "Deadly Embrace")

Depending upon your original design, you may be in for a bit of re-development to convert from single to multi-user.

Good luck

Regards
Doug
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Visual Basic Forum for Visual Basic Programmers VB Forum Index » Database & Reporting All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Visual Basic Forum runs phpBB | Forum Template © iOptional
VB Resources | SSL | Visual Basic