Hi. in PHP I would use this to check for the total number of rows in a given table:
$row_num = mysqli_num_rows($result);
How is it done int VB.NET? for that matter I would like to check for the total number of columns as well.
thank you.
$row_num = mysqli_num_rows($result);
How is it done int VB.NET? for that matter I would like to check for the total number of columns as well.
thank you.