Hey, all.
I have a very simple SQL statement that is only doing a SELECT on one field (and it's an indexed field, too) with no WHERE clause. When I get to this part of a Windows Scripting Host script:
iAffect = 0
msgbox "cmd.Execute(iAffect)"
set rs = cmd.Execute(iAffect)
The command takes about 20-30 min. to return. The .fp5 (under FM Pro 6) that I'm querying is about 7800 records.
Does anyone have any ideas as to why FM would take half an hour to just process that query before I even got to walk through the recordset?