Access Project connecting to multiple SQL Servers

G

Guest

Good morning. We are having an issue and would like to see what our solution
could be. We have an Access 2003 Project (.adp) connected to a SQL 2000
Server and all works great. We are adding an additional link to a SQL 2005
server. When the views are run individually, they work fine. However, when
we try to create view from those linked servers it times out. We have
changed the timeout to 0 and it never responds. So we’ve tried using the SQL
2005 server as the primary server for an Access 2003 Project (.adp) and then
linking the SQL 2000 server and it works fine. However, same thing, when
creating a query off of the two views, this time we get errors like:

1. This version of Microsoft Office Access doesn’t support design changes
with the version of Microsoft SQL Server your Access project is connected to.
See the Microsoft Office Update Web site for the latest information and
downloads. Your design changes will not be saved.
2. You have connected to a version of SQL Server later than SQL Server
2000. The version of Visual Studio or Access that you are using was released
before the version of SQL Server to which you are connected. For this
reason, you might encounter problems. Please check with Microsoft to see if
there is a service pack that you should apply to Visual Studio or Office in
order to get support for the version of SQL Server to which you are
connected. You can continue but any new object types might not be
enumerated, and it will not be possible to save any objects or database
diagrams that you create using the Visual Database Tools.

The version of Access 2003 specifically is: Microsoft ® Office Access 2003
(11.6566.6568) SP2

Any assistance you can provide will greatly assist us with our project.
Thank you.
 
N

Norman Yuan

That is the fact you have to live with: Acccess2003 or earlier version
cannot be used to create server objects (SPs, Views, Tables...) on SQL
Server 2005. There seems MS has no plan to fix this in a future service pack
since ADP is on its way of phasing out. I do not know if upcoming Access2007
allows creating server object on SQL Server 2005 or not (it still support
ADP format).

So, to use ADP with SQL Server2005, you have to find other way to
create/modify server objects outside your ADP app.
 
D

dbahooker

I have heard that Microsoft IS working on a patch for this; and this
feature will be available in Access 2007.

I love ADP; I think that it's one of the most important products that
Microsoft has released.

-Aaron
 
D

dbahooker

and for the record.. you CAN create most sprocs in text view in any
version of Access using the 'create procedure in text' view
 
G

Gil Lapid Shafriri

Access2007 will support creating server objects on SQL Server 2005. Also I
don't think the statement that ADP is phasing out is accurate. There is a
lot of confusion around this but the bottom line is that it will be
supported going forward.

Gil Lapid Shafriri
Program Manager
SQL Server Migration Assistant
Microsoft
http://www.microsoft.com/sql/solutions/migration/default.mspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top