PC Review


Reply
Thread Tools Rate Thread

Access 2007 (FE) against SQL Server (BE)

 
 
J.A. García Barceló
Guest
Posts: n/a
 
      22nd Jun 2006
We are testing Office 2007 beta2, mainly for seeing the changes and new
functionalities required/available for our corporate application. Right now,
it is an Access project (.adp) against SQL Server 2000 (we are already
upgrading to 2005).

The main problem I can see right from the begining when using Access 2007 is
that I cannot find the way to create .adp files, only .accdb (new format) is
available. Besides, I cannot find the way to connect the Access file to SQL
Server database. I can see in the ribbon (new bar) the title 'External data'
and there are Access, Excel, SharePoint list, Text file, XML file and More,
and under More the only option that could be used is ODBC for linking
tables.

This looks like a step backwards (IMHO). Where is ADO or any equivalent?
Using ODBC against SQL Server is highly inefficient, or at least it was.
That was the idea that guided us years ago to change .mdb files with linked
tables (odbc) to the new format (.adp) introduced by Access 2000 (or was it
2003, I can't remember now, it does not matter).

What are the new guidelines that Microsoft suggest from now on for
implementing front end / back end applications with Access and SQL Server?
Falling back again to ODBC? I hope not.

Waiting for your comments. Thaks and regards.

--
J.A. García Barceló
http://jagbarcelo.blogspot.com/



 
Reply With Quote
 
 
 
 
Brendan Reynolds
Guest
Posts: n/a
 
      22nd Jun 2006

To create an ADP in Access 2007 ...

From the 'Getting Started' screen, click the 'Blank Database' icon.

Over to the right of the screen, beside the 'File Name' text box, click the
open folder icon.

In the 'File New Database' dialog box, from the 'Save as Type' list, choose
'Microsoft Office Access Projects (*.adp)'.

The recommendation is to use ODBC for new Access apps, yes.

--
Brendan Reynolds
Access MVP

"J.A. García Barceló" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> We are testing Office 2007 beta2, mainly for seeing the changes and new
> functionalities required/available for our corporate application. Right
> now, it is an Access project (.adp) against SQL Server 2000 (we are
> already upgrading to 2005).
>
> The main problem I can see right from the begining when using Access 2007
> is that I cannot find the way to create .adp files, only .accdb (new
> format) is available. Besides, I cannot find the way to connect the Access
> file to SQL Server database. I can see in the ribbon (new bar) the title
> 'External data' and there are Access, Excel, SharePoint list, Text file,
> XML file and More, and under More the only option that could be used is
> ODBC for linking tables.
>
> This looks like a step backwards (IMHO). Where is ADO or any equivalent?
> Using ODBC against SQL Server is highly inefficient, or at least it was.
> That was the idea that guided us years ago to change .mdb files with
> linked tables (odbc) to the new format (.adp) introduced by Access 2000
> (or was it 2003, I can't remember now, it does not matter).
>
> What are the new guidelines that Microsoft suggest from now on for
> implementing front end / back end applications with Access and SQL Server?
> Falling back again to ODBC? I hope not.
>
> Waiting for your comments. Thaks and regards.
>
> --
> J.A. García Barceló
> http://jagbarcelo.blogspot.com/
>
>
>



 
Reply With Quote
 
Norman Yuan
Guest
Posts: n/a
 
      22nd Jun 2006
Although Access2007 still supports ADP, but no improvement effort was made
to it and it is phasing out (I doubt it will be there for the next version
of Access). Access development team recommend use *mdb FE through ODBC
against SQL Server BE. I'd only maintain existing ADP apps with existing
Access installations and think again to develop new ones, unless they are
small/quick solutions.

"J.A. García Barceló" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> We are testing Office 2007 beta2, mainly for seeing the changes and new
> functionalities required/available for our corporate application. Right
> now, it is an Access project (.adp) against SQL Server 2000 (we are
> already upgrading to 2005).
>
> The main problem I can see right from the begining when using Access 2007
> is that I cannot find the way to create .adp files, only .accdb (new
> format) is available. Besides, I cannot find the way to connect the Access
> file to SQL Server database. I can see in the ribbon (new bar) the title
> 'External data' and there are Access, Excel, SharePoint list, Text file,
> XML file and More, and under More the only option that could be used is
> ODBC for linking tables.
>
> This looks like a step backwards (IMHO). Where is ADO or any equivalent?
> Using ODBC against SQL Server is highly inefficient, or at least it was.
> That was the idea that guided us years ago to change .mdb files with
> linked tables (odbc) to the new format (.adp) introduced by Access 2000
> (or was it 2003, I can't remember now, it does not matter).
>
> What are the new guidelines that Microsoft suggest from now on for
> implementing front end / back end applications with Access and SQL Server?
> Falling back again to ODBC? I hope not.
>
> Waiting for your comments. Thaks and regards.
>
> --
> J.A. García Barceló
> http://jagbarcelo.blogspot.com/
>
>
>



 
Reply With Quote
 
Spyros
Guest
Posts: n/a
 
      22nd Jun 2006

"J.A. García Barceló" <(E-Mail Removed)> schrieb im Newsbeitrag
news:(E-Mail Removed)...
> We are testing Office 2007 beta2, mainly for seeing the changes and new
> functionalities required/available for our corporate application. Right
> now, it is an Access project (.adp) against SQL Server 2000 (we are
> already upgrading to 2005).
>
> The main problem I can see right from the begining when using Access 2007
> is that I cannot find the way to create .adp files, only .accdb (new
> format) is available. Besides, I cannot find the way to connect the Access
> file to SQL Server database. I can see in the ribbon (new bar) the title
> 'External data' and there are Access, Excel, SharePoint list, Text file,
> XML file and More, and under More the only option that could be used is
> ODBC for linking tables.
>
> This looks like a step backwards (IMHO). Where is ADO or any equivalent?
> Using ODBC against SQL Server is highly inefficient, or at least it was.
> That was the idea that guided us years ago to change .mdb files with
> linked tables (odbc) to the new format (.adp) introduced by Access 2000
> (or was it 2003, I can't remember now, it does not matter).
>
> What are the new guidelines that Microsoft suggest from now on for
> implementing front end / back end applications with Access and SQL Server?
> Falling back again to ODBC? I hope not.
>
> Waiting for your comments. Thaks and regards.
>
> --
> J.A. García Barceló
> http://jagbarcelo.blogspot.com/
>
>
>



 
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
Integrate MS Access 2007 and SharePoint 2007 Server, Authentication and Authorization problems thomas Microsoft Access 5 1st Jan 2010 12:08 PM
Access 2007 + SQL Server nutraf Microsoft Access 7 12th Feb 2009 03:01 PM
Access 2007 Application - Remote Access to SQL-Server in another c Brad Microsoft Access Getting Started 1 21st Jan 2009 06:54 AM
SQL Server and Access 2007 Ted Microsoft Access 1 12th Nov 2008 08:19 PM
Access 2007 database hosted on Share Point 2007 server =?Utf-8?B?SDBNRUxZ?= Microsoft Access 4 25th Jun 2007 09:54 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:51 PM.