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

What is meant by Establish Connection in RDO?

0 Answers  


Types of Modal windows in VB.

1 Answers  


___ property used to add a menus at runtime.

0 Answers  


What is the purpose of the AutoRedraw property on a form or container?

3 Answers  


How would you attach an ActiveX control in Your Application?

0 Answers  






Which controls can not be placed in MDI?

3 Answers  


__ no of controls in form.

0 Answers  


___,___ arguments will be used to run a executable program in shell function

0 Answers  


what are the different Types of Recordsets.

0 Answers  


Is it possible to set a shortcut key for label? Explain ?

1 Answers  


what is the Difference between Recordset and Querydef?

0 Answers  


what is the DIFF between Image and Picture box controls

3 Answers   CybAge,


Categories