Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql Error
Message
De
21/08/1997 12:47:58
Edward Crawford
City Facilities Management
Glasgow, Royaume Uni
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Sql Error
Divers
Thread ID:
00046171
Message ID:
00046171
Vues:
63
When I run the View Designer I get the following message when I try to quit the designed:

SQL Column "Auth_code" is not found. There is an auth_code field in each of the tables that makes reference to them. I picked them with the designer. Here is the SQL code when viewed:

SELECT *;
FROM calllink!faxque INNER JOIN calllink!schedule;
INNER JOIN calllink!pending;
INNER JOIN calllink!assigned;
INNER JOIN calllink!account ;
ON Assigned.actnum = Account.actnum ;
ON Pending.actnum = Assigned.toll ;
ON Faxque.audit_num = Pending.audit_num ;
ON Faxque.audit_num = Schedule.audit_num

What is going on?

Ed
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform