The MSDN says that I can just have the results of the query go into an array however after it executes I have no way of getting the values from that array. I've tried display memory like <arrayname> which turns up null and I've tried using the the subscripts and get an error, however when I put the values into a Cursor I can do a select <cursorname> list and I see the values. So I know it isn't the SQL statement itself. So am I doing something wrong with the array, or is there some way I can get the column values for each tupple from the cursor? I'm using VFP 6.0 is that an issue for what I'm trying to do?
Thanks in advance
Thanks in advance