Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Pass-Through
Message
De
22/07/1999 18:04:12
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00241018
Message ID:
00245035
Vues:
42
>Connectivity error: [INTERSOLV][ODBC SQL Server driver][SQL Server]#all_accounts not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output).

OK, you're trying to access an object (table, stored procedure, view) that doesn't exist. You're accessing a table that begins with #. # is usually reserved for temporary tables that are scoped to the connection. Did you create the table on the same connection that you're trying to access it. How is #all_accounts created?

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform