TheLazyPig
Programmer
Hi!
Is there a way where I can use the result from oracle select to another cursor select. To explain further...
1) I have a result.dbf file where will I insert the result of my selected queries
2) Oracle database Select
3) Foxpro Select from table
4) I have to use some of the data result from (2) and (3) to insert into result.dbf
sample column
or_no, or_date, policy_no, nameinsure = in database select (2)
or_next, plan, policytype = in foxpro table select (3)
Thanks!!!
Is there a way where I can use the result from oracle select to another cursor select. To explain further...
1) I have a result.dbf file where will I insert the result of my selected queries
2) Oracle database Select
3) Foxpro Select from table
4) I have to use some of the data result from (2) and (3) to insert into result.dbf
sample column
or_no, or_date, policy_no, nameinsure = in database select (2)
or_next, plan, policytype = in foxpro table select (3)
Thanks!!!