[stackoverflow] [progress Openedge Abl] How Can I Link Two Tables And Get The Values In...

Status
Not open for further replies.
S

sri

Guest
i have two table employee and order ,where as emp-id (field)is common in both the tables.i need to get emp-name and emp-ph form employee table, and order-num from order table.how to link these table and get the values

define variable c as integer.
define query q1 for customer SCROLLING.


INPUT FROM Value ( "C:\src\New folder\cnum.txt").


IMPORT c.


open query q1 for each customer where employee.emp-id=c ,
each order where (order.emp-id = employee.emp-id ).


it is throwing me error as conflict from query Browse use

Continue reading...
 
Status
Not open for further replies.
Top