[egenix-users] cursor.rowcount abnormalities and performance question

Michal Vitecek fuf at mageo.cz
Thu Jul 31 12:55:57 CEST 2003


Tim Golden wrote:
>I haven't tried out the ODBC issues discussed 
> in this thread already, but just for the record,
> SQL Server *itself* does provide a rowcount so if I do
> something like this in Query Analyzer:
>
><code>
>SELECT client_code
>FROM clients
>WHERE client_code BETWEEN 1000200 AND 1000205
>
>SELECT @@ROWCOUNT
></code>

 the same works for Sybase ASE as MSSQL is based on it. perhaps mxODBC
 should take that into account and fetch value of @@rowcount prior to
 returning the control to the user?

-- 
		fuf		(fuf at mageo.cz)


More information about the egenix-users mailing list