Re: VB Front End Access BackEnd
- From: "Paul Overway" <paul@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 7 Jun 2005 19:23:50 -0400
The pros/cons in my view:
VB:
Pro
Control arrays/create controls at runtime
Lighter weight app...does not require msaccess retail/runtime
More ActiveX components available for use in your app...possibly
richer UI
Con
Considerable additional cost to implement similar functionality to
Access (if possible at all)
Report tools suck
Access
Pro
Robust data controls
Rapid development... in some cases, many orders of magnitude more so
than VB...even if the VB developer is an expert
Report tools are excellent
If user has retail version of Access, they can create their own
queries/reports pretty easily.
Con
See VB Pro
The biggest factor favoring Access in my mind is rapid development. The
difference in cost to develop a given app is usually pretty huge.
--
Paul Overway
Logico Solutions
http://www.logico-solutions.com
"DS" <bootybox@xxxxxxxxxxxxx> wrote in message
news:1Cppe.64347$NZ1.62292@xxxxxxxxxxx
> Albert D.Kallal wrote:
>> "DS" <bootybox@xxxxxxxxxxxxx> wrote in message
>> news:%0ope.3090$S62.418@xxxxxxxxxxx
>>
>>>What is meant by VB Front End and Access Back End?
>>>Can you convert Access forms to VB?
>>>Thanks
>>>DS
>>
>>
>> Well, do note that the programming language in ms-access is what we call
>> VBA. This programming language for purposes is the SAME language as VB6,
>> but we have a different forms model.
>>
>> A good development practice is ms-access is to split the database into
>> two parts. The so called Front End has all of the forms, reports, and VB
>> code. The back end is simply a mdb file shared on a server/file share.
>>
>> So, you "move out" all of the code, and application part of a ms-access
>> mdb file. This new application part is then installed on each computer.
>>
>> you can also do this split, and re-write the application part in VB and
>> place that on each computer (not a lot of advantages of doing this in
>> most cases).
>>
>>
> Thanks Albert. So I guess you as you say the reports are run from VB.
> That means you lose Access great reporting?
> Thanks
> DS
.
- Follow-Ups:
- Re: VB Front End Access BackEnd
- From: DS
- Re: VB Front End Access BackEnd
- References:
- VB Front End Access BackEnd
- From: DS
- Re: VB Front End Access BackEnd
- From: Albert D.Kallal
- Re: VB Front End Access BackEnd
- From: DS
- VB Front End Access BackEnd
- Prev by Date: Re: VB Front End Access BackEnd
- Next by Date: Dsum() works sometimes
- Previous by thread: Re: VB Front End Access BackEnd
- Next by thread: Re: VB Front End Access BackEnd
- Index(es):
Relevant Pages
|