New to VB - converting a db from access to VB

New to VB - converting a db from access to VB

Post by Steve » Sat, 07 Dec 2002 05:25:25



Hi,

We have an access database, which I set up  that is quite happily running in
a multi-user environment, has the usual array of tables, forms (some with
VBA some plain), queries, reports and modules. The problem is that we
recognise now that other offsite locations could make good use of the
database but not all have or need the full MS Office suite, we don't want to
use MS Developer as we have several db's we could use in other locations.
I have been asked to have a go at using VB, we currently have a copy of VB6
I copuld use and are willing to buy Visual Studio .Net if it makes it easier
for me. I have very little VB experience, I don't even know how to get the
tables written in VB! so can anyone suggest

a) What are the biggest problems I may encounter (excluding lack of
experience)
b) Is there a good book I can buy to help me

I really do want to have a go at this and can try a simpler db first.

Thanks
SteveB

 
 
 

New to VB - converting a db from access to VB

Post by Robert Berma » Sat, 07 Dec 2002 06:38:29


Posted and mailed.



Quote:> Hi,

> We have an access database, which I set up  that is quite
> happily running in a multi-user environment, has the usual
> array of tables, forms (some with VBA some plain), queries,
> reports and modules. The problem is that we recognise now
> that other offsite locations could make good use of the
> database but not all have or need the full MS Office suite,
> we don't want to use MS Developer as we have several db's
> we could use in other locations. I have been asked to have
> a go at using VB, we currently have a copy of VB6 I copuld
> use and are willing to buy Visual Studio .Net if it makes
> it easier for me. I have very little VB experience, I don't
> even know how to get the tables written in VB! so can
> anyone suggest

> a) What are the biggest problems I may encounter (excluding
> lack of experience)
> b) Is there a good book I can buy to help me

> I really do want to have a go at this and can try a simpler
> db first.

> Thanks
> SteveB

Steve,

I was, and still am in the situation you find yourself in. I
have made my living off of Access for ten years this month
beginning with Access 1.1 and now using A2k2.  I was recently
asked by a client to convert an application I had written for
them to VB 6 and they were willing to compromise the delivery
time for a reduced payment schedule (only fair for an extended
learning curve).

Well, I am at the 3/4 mark, and the client is happy,  I am
having a wonderful time, and realized I can still learn.

I am relying on five resources and have found them to be quite
sufficient to get through whatever problems I have
encountered. The first 3 are books..in order of least to most
important
        3.      "Visual Basic 6" by Patricia Hartman, PhD, Wiley
Publishing, Inc, $29.99.
        2.      "VBA Developers Handbook Second Edition", Ken Getz
& Mike Gilbert.
                SYBEX, $49.99
1.      "Programming Microsoft Visual Basic 6.0", Francesco
Balena, Microsoft Press, $59.99.

And then there are two newgroups. The one you are reading now,
and also,
Comp.lang.basic.misc. If you have a problem, post it. You will
get help.

And, as you learn, you will find yourself going back to change
some of your methods; for one of the most intriguing aspects
of VB is that there are so many ways to do  a finite number of
"things".

Good luck.

 
 
 

New to VB - converting a db from access to VB

Post by Steve » Sat, 07 Dec 2002 06:45:46



> Posted and mailed.



> > Hi,

> > We have an access database, which I set up  that is quite
> > happily running in a multi-user environment, has the usual
> > array of tables, forms (some with VBA some plain), queries,
> > reports and modules. The problem is that we recognise now
> > that other offsite locations could make good use of the
> > database but not all have or need the full MS Office suite,
> > we don't want to use MS Developer as we have several db's
> > we could use in other locations. I have been asked to have
> > a go at using VB, we currently have a copy of VB6 I copuld
> > use and are willing to buy Visual Studio .Net if it makes
> > it easier for me. I have very little VB experience, I don't
> > even know how to get the tables written in VB! so can
> > anyone suggest

> > a) What are the biggest problems I may encounter (excluding
> > lack of experience)
> > b) Is there a good book I can buy to help me

> > I really do want to have a go at this and can try a simpler
> > db first.

> > Thanks
> > SteveB

> Steve,

> I was, and still am in the situation you find yourself in. I
> have made my living off of Access for ten years this month
> beginning with Access 1.1 and now using A2k2.  I was recently
> asked by a client to convert an application I had written for
> them to VB 6 and they were willing to compromise the delivery
> time for a reduced payment schedule (only fair for an extended
> learning curve).

> Well, I am at the 3/4 mark, and the client is happy,  I am
> having a wonderful time, and realized I can still learn.

> I am relying on five resources and have found them to be quite
> sufficient to get through whatever problems I have
> encountered. The first 3 are books...in order of least to most
> important..
> 3. "Visual Basic 6" by Patricia Hartman, PhD, Wiley
> Publishing, Inc, $29.99.
> 2. "VBA Developers Handbook Second Edition", Ken Getz
> & Mike Gilbert.
> SYBEX, $49.99
> 1. "Programming Microsoft Visual Basic 6.0", Francesco
> Balena, Microsoft Press, $59.99.

> And then there are two newgroups. The one you are reading now,
> and also,
> Comp.lang.basic.misc. If you have a problem, post it. You will
> get help.

> And, as you learn, you will find yourself going back to change
> some of your methods; for one of the most intriguing aspects
> of VB is that there are so many ways to do  a finite number of
> "things".

> Good luck.

Thanks for the advise, I will get a copy of the last book in your list and
look forward to starting this project.

Steveb

 
 
 

New to VB - converting a db from access to VB

Post by Ronald W. Robert » Sun, 08 Dec 2002 23:39:00



> Hi,

> We have an access database, which I set up  that is quite happily running in
> a multi-user environment, has the usual array of tables, forms (some with
> VBA some plain), queries, reports and modules. The problem is that we
> recognise now that other offsite locations could make good use of the
> database but not all have or need the full MS Office suite, we don't want to
> use MS Developer as we have several db's we could use in other locations.
> I have been asked to have a go at using VB, we currently have a copy of VB6
> I copuld use and are willing to buy Visual Studio .Net if it makes it easier
> for me. I have very little VB experience, I don't even know how to get the
> tables written in VB! so can anyone suggest

> a) What are the biggest problems I may encounter (excluding lack of
> experience)
> b) Is there a good book I can buy to help me

> I really do want to have a go at this and can try a simpler db first.

> Thanks
> SteveB

As I remember it, MS Office Developers Edition comes with the Access
Runtime programs you need to run Access on a computer which doesn't
have Access installed.

Ron
--
Ronald W. Roberts
Roberts Communication

To reply replace the zeros with O's

 
 
 

New to VB - converting a db from access to VB

Post by Brian Flewwellin » Wed, 11 Dec 2002 08:43:50


I am with you guys, creating VB from Access ..., and upgrading of course.
Great fun!
I found the big job is the forms, and lack of 'sub-forms'.

on the matter of run-time, I just created an install routine using
vb6/visStudio and shipped it to a friend who did not have Access installed
... no problem.   (until he wanted to see the details of my tables ... then
he had to install Access )

enjoy!

Brian Flewwelling




> > Hi,

> > We have an access database, which I set up  that is quite happily
running in
> > a multi-user environment, has the usual array of tables, forms (some
with
> > VBA some plain), queries, reports and modules. The problem is that we
> > recognise now that other offsite locations could make good use of the
> > database but not all have or need the full MS Office suite, we don't
want to
> > use MS Developer as we have several db's we could use in other
locations.
> > I have been asked to have a go at using VB, we currently have a copy of
VB6
> > I copuld use and are willing to buy Visual Studio .Net if it makes it
easier
> > for me. I have very little VB experience, I don't even know how to get
the
> > tables written in VB! so can anyone suggest

> > a) What are the biggest problems I may encounter (excluding lack of
> > experience)
> > b) Is there a good book I can buy to help me

> > I really do want to have a go at this and can try a simpler db first.

> > Thanks
> > SteveB

> As I remember it, MS Office Developers Edition comes with the Access
> Runtime programs you need to run Access on a computer which doesn't
> have Access installed.

> Ron
> --
> Ronald W. Roberts
> Roberts Communication

> To reply replace the zeros with O's

 
 
 

1. Converting Access 2.0 DB to Access 97 DB in VB code

Does anyone know if there is a way to convert an Access 2.0 database to an
Access 97 database within VB code?  I know you can convert it using Access
97 itself; however this is not a viable alternative since we must do the
conversion as part of a setup utility (and cannot assume that the PC being
setup will have Access 97).

Thanks,
Jeff

2. issue with un-installing / re-installing olap server

3. HELP: ...in converting 16-bit access db to 32-bit using VB not ACCESS 97

4. Any Good Tools? Sybase proc mgmt?

5. HELP!!!!! Converting VB 4 to Access VB Applications

6. question about Designer 2000

7. Newbie to VB, converting Access queries in VB

8. Searching Text Documents in SQL

9. Converting an Access 2.0 DB to '97 in VB

10. Converting Access 97 DB to 2000 using VB

11. new user -changing a db from access to vb

12. Help: convert access 2.0 to access 97 using VB 5.0

13. Converting VB 3.0 app to VB 4.0