How can we find out that a recordset is blank (without using
recordcount property)?

Answers were Sorted based on User's Feedback



How can we find out that a recordset is blank (without using recordcount property)?..

Answer / anjani

By Using BOF and EOF .

Is This Answer Correct ?    4 Yes 0 No

How can we find out that a recordset is blank (without using recordcount property)?..

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

How can we find out that a recordset is blank (without using recordcount property)?..

Answer / prahant

if eof is true

Is This Answer Correct ?    2 Yes 0 No

How can we find out that a recordset is blank (without using recordcount property)?..

Answer / daya

By use BOF,EOF and recordCount

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

Explain the differences between ActiveX Dll and ActiveX Exe?

0 Answers  


What is ADO? What are its objects ?

1 Answers  


What are the types of API Types.

0 Answers   TCS,


What are binary and project compatibility?

1 Answers  


List out controls which does not have events ?

1 Answers  


Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

0 Answers  


Is there any Edit method in ADO Data Access method?

0 Answers  


What is the use of Connection object?

0 Answers  


What will happen if you issue a Resume statement after handling an error?

3 Answers  


which property is used to change to some value to access a identity column in datacontrols?

0 Answers  


Difference between Linked Object and Embedded Object?

0 Answers  


Where can I get good up-to-date information about VB?

0 Answers  


Categories