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

How to get Cursor position using API?

0 Answers  


What is the maximum no. of forms can include in one project (vb project)?

3 Answers   Satyam,


What is the need of tabindex property is label control?

0 Answers  


How does VB Pass arguments to a function by default?

2 Answers  


Difference Types of Instancing Property in ActiveX Dll and Exe.

1 Answers  






What is the difference between a Dynaset and Snapshot and how would you create one?

2 Answers  


I want to develop a stand alone application which can communicate with the existing applications in the system. On which this application should be based on: Standard Exe, Active-X Exe, Active-X Dll.

2 Answers  


How can you save and Get data from Clipboard?

1 Answers  


how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?

0 Answers  


Name and define the logical tiers in a traditional 3-tiered architecture?

1 Answers  


What is the difference between Property Get, Set and Let.

1 Answers  


What type of recordsets are available in ADO?

1 Answers   CSS,


Categories