Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle SP
Message
From
10/09/2003 13:56:18
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00827590
Message ID:
00827943
Views:
11
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
Previous
Reply
Map
View

Click here to load this message in the networking platform