Announcement

Collapse
No announcement yet.

MS Access Projekte und SQL Server 2005

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • MS Access Projekte und SQL Server 2005

    Hallo,

    wenn ich in einem Access-Projekt (XP bzw. 2002) eine Sicht erstellen möchte, bekomme ich die Meldung, dass ich einen SQL Server größer Version 2000 verwende und das ich diese Sicht nicht speichern kann.
    Auch wenn ich den Kompatiblitätsmodus in SQL Server 2005 Express auf 2000 stelle habe ich keinen Erfolg.
    Bei Microsoft ist da nichts zu finden.

    Weiß vielleicht jemand Abhilfe?

  • #2
    Hallo,
    das ist "normal". Aufgrund des massiven Umbaus am SQL Server-Fundament kann ACCESS nur auf die Daten zugreifen (um zum Beispiel die SQL-Anweisungen einer Abfrage der externen Datenbank in einer MDB-Datei zu speichern). Allerdings können mit ACCESS keine Strukturänderungen über die Designer an einer SQL Server 2005-Datenbank vorgenommen werden.
    <br>
    Von Mary Chipman (Microsoft) gibt es dazu die folgende Aussage: "<i>You will not be able to use any of the designers with SQLS 2005 databases, whether it's SQL Express or the Developer edition. IOW, you won't be able to create databases, tables, views or any other database objects from an ADP. The only support that is envisioned is that you will be able to connect an Access front-end to a SQLS 2005 back end if it is running in SQLS 2000 compatibility mode, so your forms, reports and other local Access objects should still run. There is no service pack or quick fix being planned as far as I know because of the amount of work it would entail. If you stop to think about it, it's pretty hard to see how accomodating new Yukon features like CLR assemblies and complex data types in the ADP designers could be achieved without a complete rewrite.

    That said, with Access 2003, I was able to connect up to an instance of SQL 2005 (not in 2000 compatibility mode) and work with data with SQL2000 compatible data types. I was also able to stick XML into an XML-typed (but not strongly-typed) column and have it work as expected.

    The bottom line here seems to be that ADPs aren't worth investing new work into today if you plan to go to SQL Server 2005 with them. However, my limited testing of Access 2003 as the Frontend and SQL Server 2005 as backend using linked tables seems to be okay. Time will tell, of course</i>&quot

    Comment

    Working...
    X