A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Access 2007 Front End for SQL 2005



 
 
Thread Tools Display Modes
  #1  
Old June 5th, 2006, 02:40 AM posted to microsoft.public.access
Brakerm19
external usenet poster
 
Posts: 7
Default Access 2007 Front End for SQL 2005

How can Access 2007 be used as a Front End for an SQL 2005 Database. Access
2003 and older has the options of create new project which created an .adp
file. This Access .adp file could create a new database, change existing
data, change the design of an existing sql 2000 database. Access 2003 could
not change the design of SQL 2005 DB.

Is there a comparable feature in Access 2007 where new databases can be
added to an SQL 2005 instance, or change data and design of an existing
database in an instance of SQL 2005?
  #2  
Old June 5th, 2006, 03:13 AM posted to microsoft.public.access
Kip
external usenet poster
 
Posts: 22
Default Access 2007 Front End for SQL 2005

when creating a new database, click the folder icon next to the filename. it
gives you options of where to save the database, and what type of database to
create. select access project. I think it will allow you to change the design
of the database, but I haven't tried it. let me know if it works.

"Brakerm19" wrote:

How can Access 2007 be used as a Front End for an SQL 2005 Database. Access
2003 and older has the options of create new project which created an .adp
file. This Access .adp file could create a new database, change existing
data, change the design of an existing sql 2000 database. Access 2003 could
not change the design of SQL 2005 DB.

Is there a comparable feature in Access 2007 where new databases can be
added to an SQL 2005 instance, or change data and design of an existing
database in an instance of SQL 2005?

  #3  
Old June 5th, 2006, 03:14 AM posted to microsoft.public.access
Larry Linson
external usenet poster
 
Posts: 3,112
Default Access 2007 Front End for SQL 2005


"Brakerm19" wrote in message
...
How can Access 2007 be used as a Front End for an SQL 2005 Database.
Access
2003 and older has the options of create new project which created an .adp
file. This Access .adp file could create a new database, change existing
data, change the design of an existing sql 2000 database. Access 2003
could
not change the design of SQL 2005 DB.

Is there a comparable feature in Access 2007 where new databases can be
added to an SQL 2005 instance, or change data and design of an existing
database in an instance of SQL 2005?


Here's what Clint Covington, Lead Product Manager, blogged about the
deprecation of ADP in Access 2007:

http://www.utteraccess.com/forums/sh...s b=5&o=&vc=1

The recommendation is use Access, Access database engine (the successor to
Jet), and ODBC to link SQL Server Tables. As to modifying an SQL Server
database, SQL Server has some excellent tools. (Most shops with which I am
familiar have DBAs who don't want anyone else mucking about in their SQL {or
other brand} Server definitions, anyway.)

Larry Linson
Microsoft Access MVP


  #4  
Old June 5th, 2006, 03:25 AM posted to microsoft.public.access
Albert D.Kallal
external usenet poster
 
Posts: 156
Default Access 2007 Front End for SQL 2005

Just to clear things up he

a2007 will have full support for ADP projects, and that means sql 2005
databases....


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada

http://www.members.shaw.ca/AlbertKallal


  #5  
Old June 5th, 2006, 11:44 AM posted to microsoft.public.access
RoyVidar
external usenet poster
 
Posts: 417
Default Access 2007 Front End for SQL 2005

Albert D.Kallal wrote in message
:
Just to clear things up he

a2007 will have full support for ADP projects, and that means sql
2005 databases....


Full support - that sounds interesting!

It sounds much better than what one would expect after reading this
http://support.microsoft.com/kb/917418/en-us
"However, future Access product releases may offer limited support for
using graphical design tools when connected to a SQL Server 2005
database"

--
Roy-Vidar


  #6  
Old June 5th, 2006, 11:58 AM posted to microsoft.public.access
RoyVidar
external usenet poster
 
Posts: 417
Default Access 2007 Front End for SQL 2005

Larry Linson wrote in message :
"Brakerm19" wrote in message
...
How can Access 2007 be used as a Front End for an SQL 2005
Database. Access
2003 and older has the options of create new project which created
an .adp
file. This Access .adp file could create a new database, change
existing
data, change the design of an existing sql 2000 database. Access
2003 could
not change the design of SQL 2005 DB.

Is there a comparable feature in Access 2007 where new databases
can be
added to an SQL 2005 instance, or change data and design of an
existing
database in an instance of SQL 2005?


Here's what Clint Covington, Lead Product Manager, blogged about the
deprecation of ADP in Access 2007:

http://www.utteraccess.com/forums/sh...s b=5&o=&vc=1

The recommendation is use Access, Access database engine (the
successor to Jet), and ODBC to link SQL Server Tables. As to
modifying an SQL Server database, SQL Server has some excellent
tools. (Most shops with which I am familiar have DBAs who don't want
anyone else mucking about in their SQL {or other brand} Server
definitions, anyway.)

Larry Linson
Microsoft Access MVP


Are you by any chance mixing up "Data Access Pages" (DAP) and "Access
Data Projects" (ADP) here?

--
Roy-Vidar


  #7  
Old June 5th, 2006, 08:49 PM posted to microsoft.public.access
Albert D.Kallal
external usenet poster
 
Posts: 156
Default Access 2007 Front End for SQL 2005

Well, it not likely they are going to go back and fix that older code....

However, the new version of ms-access will support the new version of sql
server.


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada

http://www.members.shaw.ca/AlbertKallal


  #8  
Old June 9th, 2006, 02:19 AM posted to microsoft.public.access
Brakerm19
external usenet poster
 
Posts: 7
Default Access 2007 Front End for SQL 2005

this is exactly what i was looking for.

thank you for the information

brakerm19

"Kip" wrote:

when creating a new database, click the folder icon next to the filename. it
gives you options of where to save the database, and what type of database to
create. select access project. I think it will allow you to change the design
of the database, but I haven't tried it. let me know if it works.

"Brakerm19" wrote:

How can Access 2007 be used as a Front End for an SQL 2005 Database. Access
2003 and older has the options of create new project which created an .adp
file. This Access .adp file could create a new database, change existing
data, change the design of an existing sql 2000 database. Access 2003 could
not change the design of SQL 2005 DB.

Is there a comparable feature in Access 2007 where new databases can be
added to an SQL 2005 instance, or change data and design of an existing
database in an instance of SQL 2005?

  #9  
Old June 11th, 2006, 06:45 PM posted to microsoft.public.access,microsoft.public.access.adp.sqlserver
Manuel Lopez
external usenet poster
 
Posts: 2
Default Access 2007 Front End for SQL 2005

There may have been some confusion about DAP vs ADP, but as I understand it
they are definitely moving away from ADPs. In Access 2007, there is no
option (I can easily find) to create a new access project (adp), as there is
for a mdb (now an accdb), and the recommendation is to use accdb for all new
Access frontends.
See the discussion at:
http://www.databaseadvisors.com/gazette/sqlexpress.htm

Mary Chipman: "FWIW, the Access team has moved away from recommending ADPs
as a front-end to SQLS apps over the last year or so, based on several
public talks given by team members at industry conferences. If you are
contemplating new development with Access as a FE to a SQLS BE, you'll
likely be ahead of the game with an efficiently-designed MDB/linked table
solution rather than an ADP."


Are you by any chance mixing up "Data Access Pages" (DAP) and "Access
Data Projects" (ADP) here?

--
Roy-Vidar




  #10  
Old June 11th, 2006, 08:08 PM posted to microsoft.public.access,microsoft.public.access.adp.sqlserver
Robert Morley
external usenet poster
 
Posts: 113
Default Access 2007 Front End for SQL 2005

I was kinda hoping that MS would change directions here, cuz this really
sucks. Not that long ago, they were encouraging EVERYONE to migrate to
ADP's with either MSDE or SQL Server as the back end...so when our Access
project at work outgrew Access alone, I dutifully migrated to ADP as the FE
with a SS2K BE. Now, they've decided that maybe it's "too hard" whine
whine to have everyone do what MS told us to, and so they'll just go back
to plan A.

So now it would seem that at some point in the future (when our organization
can be bothered to actually migrate past 4- to 6-year-old technology), I'm
going to wind up migrating absolutely everything BACK to an MDB with a
somewhat more traditional FE/BE structure (one that doesn't readily support
cataloguing and opening server-side views in the FE). Somehow, I'm sure I'm
not alone in having taken this development path.

If MS is going to "firmly encourage" people to follow a certain technology
path, it would behove them to firmly follow it themselves, and not flip-flop
every time the going gets rough.


Rob

"Manuel Lopez" wrote in message
...
There may have been some confusion about DAP vs ADP, but as I understand
it they are definitely moving away from ADPs. In Access 2007, there is no
option (I can easily find) to create a new access project (adp), as there
is for a mdb (now an accdb), and the recommendation is to use accdb for
all new Access frontends.
See the discussion at:
http://www.databaseadvisors.com/gazette/sqlexpress.htm

Mary Chipman: "FWIW, the Access team has moved away from recommending
ADPs as a front-end to SQLS apps over the last year or so, based on
several public talks given by team members at industry conferences. If you
are contemplating new development with Access as a FE to a SQLS BE, you'll
likely be ahead of the game with an efficiently-designed MDB/linked table
solution rather than an ADP."



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:42 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.