devxlogo

Programming a Network-Enabled Application

Programming a Network-Enabled Application

Question:
I have a application developed by VB 3.0(prof) and Access 1.1 withinVB. I use a lot of dynaset objects in the program. Now I want to transferit to a Novell network environment (Netware 4.11/Windows 3.1), what should I do? Is is possible that just copy the EXE files to server?I can not find any documents in Microsoft books.Basically, I need some suggestions about how to program in netwrok environment, and how it compares to programming in a local environment.

Answer:
There’s not anything you have to physically change in the program to make it work on a network. You can just put it on a network drive and it will run fine. However, depending on the type of program, you may need to modifying the way your program does certain things. The big example of this deals with database access. Programming an app for multiple users on a database is much more complicated than for a single user…you have to deal with issues like concurrency, record locking, etc. Like I said, that is more application design than just building the app.

See also  Monetize TikTok For Your Business
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist