How can you check whether a record is valid record or
Invalid record using ADO control or Object?



How can you check whether a record is valid record or Invalid record using ADO control or Object?..

Answer / Anusha Raj Verma

To check if a record is valid in ADO, you can use the Recordset's EOF (End Of File) and BOF (Beginning Of File) properties. If both properties are False, then the current record is valid. Additionally, the Recordset's RecordCount property gives the total number of records in the dataset.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is the difference between a ActiveX DLL and a ActiveX EXE?

2 Answers   Infosys,


Is visual basic case sensitive?

1 Answers  


How to get freefile location in memory?

1 Answers   FSS,


What is Collection Objects?

1 Answers  


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

3 Answers  


What is Seek Method which type of record set is available this?

1 Answers  


How would you access objects created in ActiveX Exe and ActiveX Dll

1 Answers  


Explain about control properties?

1 Answers  


What is the difference between a PictureBox and Image control?

3 Answers  


What is the use of property page Wizard in ActiveX Control?

1 Answers  


Which property of menu cannot be set at run time?

1 Answers  


It is possible to access Text (x.txt) files? Explain.

1 Answers   TCS,


Categories