P
Peter
I have an application written in Access 2000 that I
distribute to a number of organisations who use it on a
variety of platforms, ranging from a P75 running Windows
95 to modern XP machines. It has about 40 forms and
reports and 25K lines of VBA.
I would like to distribute it over the Internet, but I
have to send Access Runtime with the application. This
makes the distributable much too big to download over an
ordinary modem, which is all most of my customers have.
So I am thinking of reworking it in pure VB6, using an
Access (Jet) database connected through ADO.
I have two questions that I wonder if anybody can help me
with.
Will I still be able to use Access forms and reports
without Access Runtime? Or will I have to port all of
these to VB forms and Data Reports?
If I am going to all this trouble, would it be better to
move to VB.Net? Apart from the worry of learning a new
language, are there any other disadvantages of VB.Net? I
am worried in particular about speed of execution on
slower machines and clients that have not got the .Net
Framework. If I have to send .Net Framework as well as
my application it will negate much of the advantage I
hope to gain.
Any comments and suggestions would be much appreciated,
as would any pointers to useful articles or books.
distribute to a number of organisations who use it on a
variety of platforms, ranging from a P75 running Windows
95 to modern XP machines. It has about 40 forms and
reports and 25K lines of VBA.
I would like to distribute it over the Internet, but I
have to send Access Runtime with the application. This
makes the distributable much too big to download over an
ordinary modem, which is all most of my customers have.
So I am thinking of reworking it in pure VB6, using an
Access (Jet) database connected through ADO.
I have two questions that I wonder if anybody can help me
with.
Will I still be able to use Access forms and reports
without Access Runtime? Or will I have to port all of
these to VB forms and Data Reports?
If I am going to all this trouble, would it be better to
move to VB.Net? Apart from the worry of learning a new
language, are there any other disadvantages of VB.Net? I
am worried in particular about speed of execution on
slower machines and clients that have not got the .Net
Framework. If I have to send .Net Framework as well as
my application it will negate much of the advantage I
hope to gain.
Any comments and suggestions would be much appreciated,
as would any pointers to useful articles or books.