Re: Adp to asp web page

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Thanks for that. Interesting. I went and opened an ADP and everything seemed to be working just fine including creating a new table. However, when I went into the connection box, it listed my server but in the drop down list it was not listed - in fact when I dropped the list it automatically attached '\SQLEXPRESS' to my server name. My databases were no longer available and the connection failed. So I removed '\SQLEXPRESS' and everything worked fine again. As far as I know there is only SQL Server 8 on my machine now so I went into Program Files\Microsoft SQL Server to see what is there. There are 2 folders, one called MSSQL and the other called MSSQL.1. My databases are in the MSSQL\Data folder along with master and model and so forth. The new stuff (incuding master and model, etc.) is in the MSSQL.1\MSSQL\Data folder. What would you think be the conclusion to draw from this ?





On Mon, 23 Oct 2006 15:18:45 +0100, Norman Yuan <NotReal@xxxxxxxxxxx> wrote:

Since you are talking Access ADP and ASP web application:

1. Access ADP is merely front end app and IDE for SQL Server, and it is
desktop technology (forget data page, it is gone in Access2007 anyway), so
different from web app (ASP or ASP.NET), you cannot "convert" onw to the
other, unless "converting" means complete re-write.

2. ASP is old technology and different from ASP.NET. With Visual Studio Web
Express2005, you can only develop ASP.NET, not ASP.

3. Sql Server Express is a database server, ( SQL Server 2005), and can be
used with ASP, ASP.NET, Access APD (though, you cannot design table, view,
SP and UDF with Access2003 and older on SQL Server2005/Express, you need
upcomming Access2007 for that) and other apps...

"DesCF" <descf@xxxxxxx> wrote in message news:op.thuz5l1oupgxg0@xxxxxxxxxxx
I caught on to this after I posted and downloaded Express 2005 Visula Web
Developer and Express 2005 SQL Server. Is this the latest software and
the accepted way of doing this now ? Also while on the subject what are
the substantive changes between Access 2002 XP and 2007 (if any) ?

On Sun, 22 Oct 2006 16:56:08 +0100, Norman Yuan <NotReal@xxxxxxxxxxx>
wrote:

If the Order Form in the adp project is not Data Page (I doubt it is),
then
the simplest way is, well, forget the adp at all and do it ASP way. Oh,
you
may re-use or copy the query the form is based on in your ASP project
(view,
SP, or dynamic SQL). Even it is data page, it may still better to do the
ASP
page without bothering to convert it, and data page has been dropped from
Access2007's ADP support.

"DesCF" <descf@xxxxxxx> wrote in message
news:op.thr7l41bupgxg0@xxxxxxxxxxx
What is the simplest and most efficient way to recreate the
NorthwindCS.adp Orders form (with the detail subform) as a .asp (I
assume)
web page ?



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
.



Relevant Pages

  • Re: Adp to asp web page
    ... I caught on to this after I posted and downloaded Express 2005 Visula Web Developer and Express 2005 SQL Server. ... the simplest way is, well, forget the adp at all and do it ASP way. ... Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ...
    (microsoft.public.access.adp.sqlserver)
  • Re: From .mdb to .adp database
    ... I decided to go on with adp project, and i have created a store ... But queries are different stories. ... In SQL Server, there are Views, Stored Procedures, UDFs. ... Also, when you decide to use MDB front-end, you can choose use MDB ...
    (microsoft.public.access.adp.sqlserver)
  • Re: From .mdb to .adp database
    ... there is no exact equivalent query object in SQL Server to MDB's query. ... Most likely, the wizard converts MDB queries to Viwes or SP, if the queries are convertiable. ... Also, when you decide to use MDB front-end, you can choose use MDB queries in the front end or use SQL Server side query objects. ... SQL Server is very powerful server software, whether you use MDB, ADP or anything else to access data from it, you MUST learn how to use it and almost for sure you need to learn another programming environment. ...
    (microsoft.public.access.adp.sqlserver)
  • Re: Upsizing design considerations
    ... reports, with a ADP, or mdb (actually, it should be mde, or a ADE when you ... you would LINK the tables to sql server, and NOT USE a adp (the reasons is ... the first two remote users ...
    (microsoft.public.access.gettingstarted)
  • Re: From .mdb to .adp database
    ... there is no exact equivalent query object in SQL Server to MDB's query. ... Most likely, the wizard converts MDB queries to Viwes or SP, if the queries are convertiable. ... Also, when you decide to use MDB front-end, you can choose use MDB queries in the front end or use SQL Server side query objects. ... SQL Server is very powerful server software, whether you use MDB, ADP or anything else to access data from it, you MUST learn how to use it and almost for sure you need to learn another programming environment. ...
    (microsoft.public.access.adp.sqlserver)