Open janhelleman opened 12 years ago
Hi,
in Appcelerator 3.0 (not released yet) line 586
fieldCount = rows.fieldCount();
gives the error mentioned in the title. Seems to work by removing this call and replacing it by
fieldCount = rows.fieldCount;
Cheers
same problem here, just solved replacing with rows.fieldCount;
Thanks.
Hi,
in Appcelerator 3.0 (not released yet) line 586
gives the error mentioned in the title. Seems to work by removing this call and replacing it by
Cheers