Help with VB 4-16bit/Access 2 on Netware 3.12 
Author Message
 Help with VB 4-16bit/Access 2 on Netware 3.12

I am new to VB development, and I am not sure if VB 4-16 bit/Access 2 is a
good fit for this app..  The company I am working for is a small shop(10
people), and all of the machines are running Win 3.1.  These Win 3.1
clients are currently logging into a Netware 3.12 server.  I was thinking
of installing the front-end (.exe, .vbx, .dll) on the clients, and the .mdb
file of the server.

Does anyone know of any documentation I can use for putting this
application together?

Any help is deeply appreciated.  Please send an email to the below address
with any suggestions.




Sun, 26 Sep 1999 03:00:00 GMT  
 Help with VB 4-16bit/Access 2 on Netware 3.12

Quote:

> I am new to VB development, and I am not sure if VB 4-16 bit/Access 2 is a
> good fit for this app..  The company I am working for is a small shop(10
> people), and all of the machines are running Win 3.1.  These Win 3.1
> clients are currently logging into a Netware 3.12 server.  I was thinking
> of installing the front-end (.exe, .vbx, .dll) on the clients, and the .mdb
> file of the server.

I did this without VB.  For this type of environment, it may be easier
and less time-consuming to use the Access Developers Toolkit (ADT). You
build you app in Access (probabbly ver 2.0 since you are still Win 3.1)
and tell ADT to create a network install and you're ready to install a
run-time product off of the server.  There are a few things to look out
for like all users need to map the shared drive to the same letter/path
or you will need to a bit more work in the application.  

You will have 2 MDB's, one with the forms, reports, queries, macros,
modules and links to the tables in the other mdb on the server.

Have fun.

Quote:

> Does anyone know of any documentation I can use for putting this
> application together?

> Any help is deeply appreciated.  Please send an email to the below address
> with any suggestions.



--
It is better to kiss an avocado than to get in a fight with an aardvark


Mon, 27 Sep 1999 03:00:00 GMT  
 Help with VB 4-16bit/Access 2 on Netware 3.12

Quote:

> I am new to VB development, and I am not sure if VB 4-16 bit/Access 2 is a
> good fit for this app..  The company I am working for is a small shop(10
> people), and all of the machines are running Win 3.1.  These Win 3.1
> clients are currently logging into a Netware 3.12 server.  I was thinking
> of installing the front-end (.exe, .vbx, .dll) on the clients, and the .mdb
> file of the server.

> Does anyone know of any documentation I can use for putting this
> application together?

> Any help is deeply appreciated.  Please send an email to the below address
> with any suggestions.



Don't use VB4 16bit.  From what I have read, it is buggy and slow.  Given
your environment, I would go with VB3 Professional edition.

As far as the installation, you should install everything on the server.
 Just put all the .vbx, .dll in that directory.  When the exe is started,
it will use the files from the directory, PROVIDED they are not already
in memory.

Good luck




Tue, 12 Oct 1999 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Access DB On Netware 3.12

2. login with netware 3.12 and vb 3.0

3. Help on VB 3.0 with Access 1.10 in a Novell 3.12 server

4. Jet database and novell netware 3.12

5. Netware 3.12 and VB4 drive logging problems

6. VB3 Netware 3.12 print queues and high school students

7. DDE over a Netware 3.12 Network

8. NetWare 3.12 userlist command - VB3 equivalent

9. Netware 3.12 user id

10. Users Long Name in netware 3.12

11. Users Full-Name in Netware 3.12

12. Attach to a NetWare 3.12 server / Mapping network drives

 

 
Powered by phpBB® Forum Software