oRs:= createObject("ADODB.RecordSet")
msginfo( valtype(oRS) ) // returns "O"
oRs:Open()
I get this error on the last line above:
Error description: Error ADODB.RecordSet/6 DISP_E_UNKNOWNNAME: OPENI am using FWH ver 10.3 with xHarbour.
Regards,
James