|
-
Aug 5th, 1999, 03:31 PM
#1
Thread Starter
New Member
What is the use of using V.B 6.0 rather than using Access 97 or any other database packages.
-
Aug 5th, 1999, 03:44 PM
#2
With VB you can compile your application to be a stand-alone executable, you can't do that in Access. You would always have to have Access install in order for you to access your forms.
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
-
Aug 6th, 1999, 01:15 AM
#3
Frenzied Member
It's actually a good thing to have both. You can distribute MSAccess files (without the user having to have MSAccess) that can be used by VB.
-
Aug 6th, 1999, 04:20 AM
#4
Member
However, as in the past, MS has put the 2 tools out of step with each other. Access2000 works with Jet4 and VB5/6 does not do the same intrinsically. If you ADO then you can Jet4 with VB4/5/6 but if your have any need for DAO (esp even limited needs for a datacontrol) then VB has to stay with Jet3x. Access2000 developers are still urged to use DAO under a number of circumstances and the same 'urging' applies to VB/VC jet developers. This is limiting because, technically speaking, VB is not yet Jet4 compatible.
Aside from that you just have so much more flexibility with VB than Access. Access is a great front end for Jet but it is *only* a front end for Jet, anything Access can do VB can do if you want it to .. but with VB you are not limited to just doing Jet database apps.
------------------
http://www.smithvoice.com/vbfun.htm
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|