Re: RealBasic for an Access Front End?
- From: Dave <davegp2@xxxxxxx>
- Date: Wed, 22 Aug 2007 08:43:06 -0700
Larry,
Thanks for the interesting response.
To answer your question re. using Access as a front end, since
programming in Access is dependent upon VBA....MSFT - fool me once
shame on you....fool me twice - No (expletive) way!
I can't migrate away from their OS (I would if I were 25 years
younger) but I can migrate away from their programming tools.
Dave
On Aug 21, 10:53 pm, "Larry Linson" <boun...@xxxxxxxxxxxxx> wrote:
Dave,
When people say "Access databases" as a back end, they almost always mean
"Jet databases". Most of us with experience with both classic VB and Access
have found that for "front ends" intended for individual users, and
modest-sized workgroups, Access is better than classic VB, in terms of time
and effort required to create the same front end, the UI is as friendly, and
performance is limited by the data retrieval not the front-end, in both
cases.
REALBasic, from what I hear, is a good product, but it is not an
event-driven, code-snippet environment like classic VB and Access.
I am wondering why you aren't considering Access as the front-end.
And, given that DAO is the native language of the Jet DB engine, why you
would want to use ADO? ADO was strongly over-hyped by Microsoft, but was
never "better" for Jet. ADO has, as I'm sure you know, been superceded in
Microsoft's own view of "real professional software development" by ADO.NET
which is built on a different object model and shares little with "classic"
ADO except part of its name.
Larry Linson
Microsoft Access MVP (and Classic VB developer)
.
- Follow-Ups:
- Re: RealBasic for an Access Front End?
- From: Larry Linson
- Re: RealBasic for an Access Front End?
- References:
- RealBasic for an Access Front End?
- From: Dave
- Re: RealBasic for an Access Front End?
- From: Larry Linson
- RealBasic for an Access Front End?
- Prev by Date: Re: disable command_click temporarly
- Next by Date: In large db's, should Memo fields go to their own table?
- Previous by thread: Re: RealBasic for an Access Front End?
- Next by thread: Re: RealBasic for an Access Front End?
- Index(es):
Relevant Pages
|