SQLRowCount (odbc32)
Last changed: Nat Luengnaruemitchai-141.155.77.196

.
Summary
TODO - a short description

C# Signature:

[DllImport("odbc32.dll", CharSet=CharSet.Unicode)]
static extern short SQLRowCount(int StatementHandle, out long RowCount);

VB Signature:

Declare Function SQLRowCount Lib "odbc32.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
SQLRowCount on MSDN