VB.NET vs. MSAccess ADP

  • Thread starter Thread starter bille
  • Start date Start date
B

bille

Are there significant advantages/drawbacks to using either VB.NET forms
(windows or web) or MSAccess ADP for frontend development, or is it
personal preference?

Thanks for the input
-Bill
 
If you're looking to the future, then an investment in .NET is where
you want to be. Access is an old technology at this point. Your choice
really depends on the specifications for your application. Access is
fine for small applications with few users, but it doesn't scale. If
you're looking at an ADP, I'd suggest an mdb with linked tables
instead. That is what the Access team is recommending these days
because it's more flexible (local storage, etc).

--Mary
 

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

Similar Threads


Back
Top