Accesssing Arev data from Visual Fox Pro 6.0 (AREV Specific)
At 09 JUL 1999 03:57:39PM Mike Daniel wrote:
Would any one know how I could access data in the arev tables
from VFP6? ODBC or ????
Thanks.
Mike Daniel
[email protected] (Work)
[email protected] (Home)
At 09 JUL 1999 05:49PM Matt Sorrell wrote:
Mike,
If your data if fairly static, you could export your tables into DBase III format and then hit them that way.
If you must use ODBC or some such, I would recommend going through OpenInsight.
Matt Sorrell
At 14 JUL 1999 05:55PM Mike Daniel wrote:
What do you do about the MV fields?
At 15 JUL 1999 01:20PM James Caldwell wrote:
To extract, you could choose a unique delimiter and pick them up that way…But the real problem is reading them back in. To my knowledge there isn't any way for AREV to read into a MV table properly.