Re: SQL Server Verbindung

From: Christa Kurschat (christa_kurschat_nospam_at_web.de)
Date: 02/11/05


Date: Fri, 11 Feb 2005 10:35:57 +0100

Hallo Andreas,

Andreas Mueller <AndreasMueller@discussions.microsoft.com> schrieb:

> Diese Tabelle (MSysObjects) ist nicht da.
> Es handelt sich allerdings um ein Access-Projekt (.adp)
> welches auf ein SQL Server zugreift als FrontEnd.
>
> Dort gibt es eine Tabelle sysobjects.
>
> Sind die beiden Tabellen von der Funktion her identisch ?
>

Im Prinzip schon.In der SysObjects werden alle Objekte des SQL Servers
abgelegt, in der MSysObjects alle Objekte von Access. Bei verlinkten
Tabellen werden hier zusätzlich die Verbindungseigenschaften hinterlegt.

Im ADP liegen die Verbindungseigenschaften in
CurrentProject.Connection.Properties("Eigenschaftsname")

Gruß
Christa

-- 
Access-FAQ:        http://www.donkarl.com
SQL-Server-FAQ: www.sqlfaq.de
auch interessant: http://www.insidesql.de
Suchen in den Newsgroups:
http://groups.google.de/advanced_group_search?hl=de&lr=&ie=UTF-8


Relevant Pages

  • Re: repetitive query to sysobjects in an ADP
    ... You could also duplicate the queries yourself using another client than ADP ... you must also check your servers for anything that could lead to ... that the querying of the sysobjects during the first opening of a table, ... opens up after about 1 minute. ...
    (microsoft.public.access.adp.sqlserver)
  • Re: Select with serial number column
    ... Select Name From SysObjects Where type = 'U' Order By Name asc ... On SQL 2005: ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... Books Online for SQL Server 2005 at ...
    (comp.databases.ms-sqlserver)
  • Re: repetitive query to sysobjects in an ADP
    ... in our application database that does not resolve Active Directory since we ... I cannot comment on SQL 2005. ... sysobjects sofk, sysobjects sotblfk, sysobjects ... Apparently access is querying the system table for every single relationship ...
    (microsoft.public.access.adp.sqlserver)
  • Re: Defekte Systemtabellen
    ... Wie kann ich die Fehlermeldung im Query Analyzer unterdrücken? ... ich mache mittels Cursor einen Loop durch die SysObjects. ... DECLARE curDB CURSOR FOR Select name from sysobjects where xtype = 'U' ... >> Aktuell kann ich die Tabellen nur noch über den Query Analyzer ...
    (microsoft.public.de.sqlserver)
  • Re: repetitive query to sysobjects in an ADP
    ... I observed the same insane slugginesh when I made my first test with ... the beta version ADP 2007: running the Profiler while an ADP 2007 project is ... Looking in the profiler I see 100's of statements like this: ... sysobjects sofk, sysobjects sotblfk, sysobjects ...
    (microsoft.public.access.adp.sqlserver)