Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Oracle SP
Message
De
10/09/2003 13:56:18
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00827590
Message ID:
00827943
Vues:
10
In both tables the field 'pers_no' in NUMERIC(11).

The following works:

lcSql = "SELECT RTRIM(PERS.last_name) || ', ' || RTRIM(PERS.first_name) AS Employee, " + ;
" EMP.pers_no, " + ;
" EMP.login_lvl " + ;
"FROM EMP, " + ;
" PERS " + ;
"WHERE EMP.pers_no = PERS.pers_no (+)" + ;
" AND EMP.pers_no = " + TRANS(lnEmpPersNo) + " " + ;
"ORDER BY PERS.last_name, " + ;
" PERS.first_name"

lnHandle = sqlexec(lnSatHandle, lcSql, 'test_cursor')

I'll kepp looking into it. I thank you for your patience. I'm taking shots in the dark here.

Mike
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform