What is the MySql variable corresponding to SQL Server's @@ROWCOUNT?
Essentially, after an UPDATE or DELETE command, I need to know how many records were affected.
The ODBC client I'm using (VFP v6) doesn't support the SqlRowCount() API function, so I need another way...
Essentially, after an UPDATE or DELETE command, I need to know how many records were affected.
The ODBC client I'm using (VFP v6) doesn't support the SqlRowCount() API function, so I need another way...