VB and Access

  • Thread starter Thread starter DS
  • Start date Start date
D

DS

If you use Visual Basic as the Front End and Access as the Back End do
you still need to install Access on the machine that the final program
will be run on? If so is it a "Runtime" version or a full version and
is i version specific?
Thanks
DS
 
If you wish to allow the client machine make specifical update and
modification inside you DB in Access structure, YES you need to install
Access, but if not, it's not acquired any access version in your client
machine running Access Back end DB
 
hi,
If you use Visual Basic as the Front End and Access as the Back End do
you still need to install Access on the machine that the final program
will be run on? If so is it a "Runtime" version or a full version and
is i version specific?
No. Access is only the frontend to your .mdb. The RDBMS behind is Jet.
Jet is part of Windows XP. You can download it from MS as Jet SP8.

See

http://www.microsoft.com/downloads/...c4-350e-4cd0-a12a-d7f70a153156&DisplayLang=en

or

http://en.wikipedia.org/wiki/Microsoft_Jet


mfG
--> stefan <--
 
In addition to what Stefan's said, if youy wanted to be able to use the
reports in the MDB, then you would require at least the runtime be
installed.
 
David PONDA said:
If you wish to allow the client machine make specifical update and
modification inside you DB in Access structure, YES you need to install
Access, but if not, it's not acquired any access version in your client
machine running Access Back end DB

Not really... Look at the ADOX library.
 
Douglas said:
In addition to what Stefan's said, if youy wanted to be able to use the
reports in the MDB, then you would require at least the runtime be
installed.
Thanks
Good Info!
DS
 
Heee Doug it's me who said it... Not Steph !!

Douglas J. Steele said:
In addition to what Stefan's said, if youy wanted to be able to use the
reports in the MDB, then you would require at least the runtime be
installed.
 
When I posted my response, yours hadn't yet appeared on the server, despite
the fact that you apparently posted it two minutes before Stefan posted
this:
No. Access is only the frontend to your .mdb. The RDBMS behind is Jet. It
is part of Windows XP. You can download it from MS as Jet SP8

Had your post been there, I would probably have cited it as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top