PC Review


Reply
Thread Tools Rate Thread

Conversion of Access FE to ASP

 
 
=?Utf-8?B?VHJhdXRvbg==?=
Guest
Posts: n/a
 
      2nd Mar 2006
Hi,

I have a small Access application consisting of an Access FE connected to a
SQL server BE. They work great thanks to the help I received from this forum.

I now have the need to convert my Access FE to a web Front End and I am
thinking of using ASP. What is the best way to do this conversion? My
Access FE has some special Event Procedures and modules that I don't know if
ASP will have the flexibility to duplicate. I've seen some software offering
to do the conversion but I wonder if anyone has had experience with that type
of solution.

I appreciate your suggestions,

Trauton
 
Reply With Quote
 
 
 
 
Norman Yuan
Guest
Posts: n/a
 
      2nd Mar 2006
In your case, "Conversion" means re-write it entirely with the web
technology of your choice.

"Trauton" <(E-Mail Removed)> wrote in message
news:C5AB2B6D-40B6-4C76-8FE7-(E-Mail Removed)...
> Hi,
>
> I have a small Access application consisting of an Access FE connected to
> a
> SQL server BE. They work great thanks to the help I received from this
> forum.
>
> I now have the need to convert my Access FE to a web Front End and I am
> thinking of using ASP. What is the best way to do this conversion? My
> Access FE has some special Event Procedures and modules that I don't know
> if
> ASP will have the flexibility to duplicate. I've seen some software
> offering
> to do the conversion but I wonder if anyone has had experience with that
> type
> of solution.
>
> I appreciate your suggestions,
>
> Trauton



 
Reply With Quote
 
=?Utf-8?B?VHJhdXRvbg==?=
Guest
Posts: n/a
 
      2nd Mar 2006
Norman,

Thanks, I guess you are saying that there is no way to use the work I've
already done in developing the Access FE (forms, queries, procedures, modules
etc) to create the website, except only as a blue print or a general concept
when I am designing the website. Correct?

Trauton

"Norman Yuan" wrote:

> In your case, "Conversion" means re-write it entirely with the web
> technology of your choice.
>
> "Trauton" <(E-Mail Removed)> wrote in message
> news:C5AB2B6D-40B6-4C76-8FE7-(E-Mail Removed)...
> > Hi,
> >
> > I have a small Access application consisting of an Access FE connected to
> > a
> > SQL server BE. They work great thanks to the help I received from this
> > forum.
> >
> > I now have the need to convert my Access FE to a web Front End and I am
> > thinking of using ASP. What is the best way to do this conversion? My
> > Access FE has some special Event Procedures and modules that I don't know
> > if
> > ASP will have the flexibility to duplicate. I've seen some software
> > offering
> > to do the conversion but I wonder if anyone has had experience with that
> > type
> > of solution.
> >
> > I appreciate your suggestions,
> >
> > Trauton

>
>
>

 
Reply With Quote
 
Tony Toews
Guest
Posts: n/a
 
      2nd Mar 2006
"Trauton" <(E-Mail Removed)> wrote:

>I now have the need to convert my Access FE to a web Front End and I am
>thinking of using ASP.


Why? What is your overall objective?

How many people will be using your app via the web? If only a
relatively few then Terminal Server may be a solution. If many then
maybe only some of the functionality needs to be moved to the web and
most of it stays in Access.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Reply With Quote
 
Brendan Reynolds
Guest
Posts: n/a
 
      2nd Mar 2006
Even as a blueprint, you may not be able to follow it very closely. You're
now working in a stateless, disconnected environment, and many things that
made sense on the desktop or on a LAN no longer make sense in that new
environment.

--
Brendan Reynolds
Access MVP


"Trauton" <(E-Mail Removed)> wrote in message
news:F5BCDB22-B0CE-46D3-9D7C-(E-Mail Removed)...
> Norman,
>
> Thanks, I guess you are saying that there is no way to use the work I've
> already done in developing the Access FE (forms, queries, procedures,
> modules
> etc) to create the website, except only as a blue print or a general
> concept
> when I am designing the website. Correct?
>
> Trauton
>
> "Norman Yuan" wrote:
>
>> In your case, "Conversion" means re-write it entirely with the web
>> technology of your choice.
>>
>> "Trauton" <(E-Mail Removed)> wrote in message
>> news:C5AB2B6D-40B6-4C76-8FE7-(E-Mail Removed)...
>> > Hi,
>> >
>> > I have a small Access application consisting of an Access FE connected
>> > to
>> > a
>> > SQL server BE. They work great thanks to the help I received from this
>> > forum.
>> >
>> > I now have the need to convert my Access FE to a web Front End and I am
>> > thinking of using ASP. What is the best way to do this conversion? My
>> > Access FE has some special Event Procedures and modules that I don't
>> > know
>> > if
>> > ASP will have the flexibility to duplicate. I've seen some software
>> > offering
>> > to do the conversion but I wonder if anyone has had experience with
>> > that
>> > type
>> > of solution.
>> >
>> > I appreciate your suggestions,
>> >
>> > Trauton

>>
>>
>>



 
Reply With Quote
 
aaron_kempf@hotmail.com
Guest
Posts: n/a
 
      2nd Mar 2006
you CAN use Data Access Pages.

these are the best things since sliced bread.
But they still require an office license on the clients for usage.

I really reccomend at least considering these; they are quite
beautiful.

But it would probably be harder to use DAP than plain old ASP

PS - if you're going to use DAP you might as well get all the data into
SQL first; i reccomend ADP/DAP in your case.

-Aaron

 
Reply With Quote
 
=?Utf-8?B?VHJhdXRvbg==?=
Guest
Posts: n/a
 
      3rd Mar 2006
Brendan,

I am getting that impression, although I kept asking because it surprises me
that there is a fairly smooth transition from access FE and BE to Access FE
and SQL BE, however there is nothing to bridge the gap between Access FE and
a Web FE. I thought I was perhaps not asking the right questions.

Thanks,

Lalo

"Brendan Reynolds" wrote:

> Even as a blueprint, you may not be able to follow it very closely. You're
> now working in a stateless, disconnected environment, and many things that
> made sense on the desktop or on a LAN no longer make sense in that new
> environment.
>
> --
> Brendan Reynolds
> Access MVP
>
>
> "Trauton" <(E-Mail Removed)> wrote in message
> news:F5BCDB22-B0CE-46D3-9D7C-(E-Mail Removed)...
> > Norman,
> >
> > Thanks, I guess you are saying that there is no way to use the work I've
> > already done in developing the Access FE (forms, queries, procedures,
> > modules
> > etc) to create the website, except only as a blue print or a general
> > concept
> > when I am designing the website. Correct?
> >
> > Trauton
> >
> > "Norman Yuan" wrote:
> >
> >> In your case, "Conversion" means re-write it entirely with the web
> >> technology of your choice.
> >>
> >> "Trauton" <(E-Mail Removed)> wrote in message
> >> news:C5AB2B6D-40B6-4C76-8FE7-(E-Mail Removed)...
> >> > Hi,
> >> >
> >> > I have a small Access application consisting of an Access FE connected
> >> > to
> >> > a
> >> > SQL server BE. They work great thanks to the help I received from this
> >> > forum.
> >> >
> >> > I now have the need to convert my Access FE to a web Front End and I am
> >> > thinking of using ASP. What is the best way to do this conversion? My
> >> > Access FE has some special Event Procedures and modules that I don't
> >> > know
> >> > if
> >> > ASP will have the flexibility to duplicate. I've seen some software
> >> > offering
> >> > to do the conversion but I wonder if anyone has had experience with
> >> > that
> >> > type
> >> > of solution.
> >> >
> >> > I appreciate your suggestions,
> >> >
> >> > Trauton
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
=?Utf-8?B?VHJhdXRvbg==?=
Guest
Posts: n/a
 
      3rd Mar 2006
Aaron,

You bring up an interesting point that perhaps I need to explore more. My
impression of Data Access Pages (though this happened when I had a lot less
experience with Access so I could have misunderstood it completely) was that
Data Access pages were very limited in the things they could do and therefore
could never do the same things the Access forms could do. I'm thinking about
forms with special event procedures that regulate how the forms behaves. If
that is not the case and I could replicate the same functionality, then
perhaps I am looking at the wrong approach.

Was I mistaken?

Trauton

"(E-Mail Removed)" wrote:

> you CAN use Data Access Pages.
>
> these are the best things since sliced bread.
> But they still require an office license on the clients for usage.
>
> I really reccomend at least considering these; they are quite
> beautiful.
>
> But it would probably be harder to use DAP than plain old ASP
>
> PS - if you're going to use DAP you might as well get all the data into
> SQL first; i reccomend ADP/DAP in your case.
>
> -Aaron
>
>

 
Reply With Quote
 
=?Utf-8?B?VHJhdXRvbg==?=
Guest
Posts: n/a
 
      4th Mar 2006
Tony,

Good question, I am perfectly happy with the way my Access FE and SQL BE
arrangement works. However, I need to add a new group of users (about 50)
that belong to networks that are not in the same domain as my SQL server.
This prevents us from giving them access through the Access FE since they
can't ping the server. Converting this diverse group to the same domain is
impractical. It seems the only solution is to move the FE to the web where
they tell me the domain is no longer a issue.

As a side benefit, I thougth this would also resolve the auto-update issue,
where the share drive that houses the auto-update version is too slow and
makes opening the application using your Auto-FE program take too long. This
has prevented me from using it (though I think it's a great solution if I can
get it to work in my environment).

What would your proposed solution entail?

Trauton

"Tony Toews" wrote:

> "Trauton" <(E-Mail Removed)> wrote:
>
> >I now have the need to convert my Access FE to a web Front End and I am
> >thinking of using ASP.

>
> Why? What is your overall objective?
>
> How many people will be using your app via the web? If only a
> relatively few then Terminal Server may be a solution. If many then
> maybe only some of the functionality needs to be moved to the web and
> most of it stays in Access.
>
> Tony
> --
> Tony Toews, Microsoft Access MVP
> Please respond only in the newsgroups so that others can
> read the entire thread of messages.
> Microsoft Access Links, Hints, Tips & Accounting Systems at
> http://www.granite.ab.ca/accsmstr.htm
>

 
Reply With Quote
 
Homer J Simpson
Guest
Posts: n/a
 
      5th Mar 2006

"Trauton" <(E-Mail Removed)> wrote in message
news:A93161E3-FCA4-4AD8-BCC6-(E-Mail Removed)...

> You bring up an interesting point that perhaps I need to explore more. My
> impression of Data Access Pages (though this happened when I had a lot
> less
> experience with Access so I could have misunderstood it completely) was
> that
> Data Access pages were very limited in the things they could do and
> therefore
> could never do the same things the Access forms could do.


My impression is that it's a change from a custom Windows interface to a web
browser interface. For lookup only the latter would seem to suffice.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't open my Access files after conversion from Access 97 to Access 2003 M Shafaat Microsoft Access 5 10th Apr 2010 09:04 PM
Conversion from Access 97 to 2003 & get a "Conversion Errors" tabl eidinger2000 Microsoft Access 0 4th Feb 2010 04:19 PM
Error 3033 / Conversion from Access 2003 to Access 2007 Roxana Microsoft Access Security 0 26th Nov 2007 05:55 PM
Access 97 Calendar error after Access 2000 conversion LLively2 Microsoft Access VBA Modules 2 5th Apr 2006 06:50 PM
Mass Conversion of Access 97 files to Access 2000 Philip Yeo Microsoft Access 5 24th May 2005 04:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:10 AM.