om: Mitja Podgornik
To: harbour@harbour-project.org
Sent: Sat, February 27, 2010 11:54:19 AM
Subject: [Harbour] Re: Harbour MySQL errors
It's caused by this wrong (old) code in the class wrapper,
now correctly shown as argument error:
--- tmysql.prg @ 372
ELSE
// Should query
It's caused by this wrong (old) code in the class wrapper,
now correctly shown as argument error:
--- tmysql.prg @ 372
ELSE
// Should query have returned rows? (Was it a SELECT like
query?)
IF ( ::nNumFields :=
mysql_num_fields( nSocket ) ) == 0
// Was