[VNET] Question about the dataBase.SqlExecute() Method

SoftIl softil at onlinehome.de
Sun Oct 24 23:24:30 CDT 2004


Hi Ruslan,
> > uint _returnValue = myDataBase.SqlExecute("SELECT COUNT(ohrNummer) FROM
> > tiere WHERE (ohrnummer = '0577105079') AND (ohrnummerCountry LIKE 'DE00'
> > NO_CASE)")
> Wrong is to use SqlExecute() with SELECT
> You need SqlSelect()
But SqlSelect returns an cursor object.
What I need is only the number of records for them the condition is true.

Best regards
Carsten




More information about the Valentina mailing list