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

in ADO connection string if password is leave blank and all others are given. what will happen

1 Answers   eFunds,


What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.

0 Answers  


Whether HTML supports multimedia: and document links?

0 Answers  


What is the use of Scalewidth and ScaleHeight Proeperty?

0 Answers  


What is a toolbox in visual basic?

0 Answers  






Is there a way to break long lines in VB code?

0 Answers  


How would you add elements and pictures to listitems in listview control?

0 Answers  


what is different from edit and updates?

15 Answers   SoftTech, Wipro,


What is understand in resource tracking?

0 Answers  


What is dao in vba?

0 Answers  


How can objects on different threads communicate with one another?

2 Answers  


__ no of controls in form.

0 Answers  


Categories