Hi All,
I am trying to create a read write cursor. Having searched these threads, sombody suggested the following:
SELECT * FROM v_products INTO CURSOR lcresult NOFILTER
USE lcresult IN 0 AGAIN ALIAS myTable
SELECT myTable && this will be readwrite
SO, i do this:
Select * FROM maintbl ;
WHERE maintbl.account= laccount AND !DELETED() INTO CURSOR temptbl nofilter
Use temptbl in 0 Again alias wkngtbl
And I get an error "temptbl.DBF not found"
I'm not creating a DBF so I don't understand this! Can any body shed any light on this?
Thank You
I am trying to create a read write cursor. Having searched these threads, sombody suggested the following:
SELECT * FROM v_products INTO CURSOR lcresult NOFILTER
USE lcresult IN 0 AGAIN ALIAS myTable
SELECT myTable && this will be readwrite
SO, i do this:
Select * FROM maintbl ;
WHERE maintbl.account= laccount AND !DELETED() INTO CURSOR temptbl nofilter
Use temptbl in 0 Again alias wkngtbl
And I get an error "temptbl.DBF not found"
I'm not creating a DBF so I don't understand this! Can any body shed any light on this?
Thank You