How can we find out that a recordset is blank (without using
recordcount property)?
Answers were Sorted based on User's Feedback
Answer / ghanshyam verma
just check the eof and bof property of that
eg: if rs.eof = true or rs.bof = true then
Is This Answer Correct ? | 3 Yes | 1 No |
Explain the differences between ActiveX Dll and ActiveX Exe?
What is ADO? What are its objects ?
What are the types of API Types.
What are binary and project compatibility?
List out controls which does not have events ?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
Is there any Edit method in ADO Data Access method?
What is the use of Connection object?
What will happen if you issue a Resume statement after handling an error?
which property is used to change to some value to access a identity column in datacontrols?
Difference between Linked Object and Embedded Object?
Where can I get good up-to-date information about VB?