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 / Vineet Kumar Singh

In ADO, you can use the Recordset's Status property to determine if a record is valid or invalid. Valid records will have a status of adRecUpdUnchanged (2) while invalid records may have a status of adRecStatusUnknown (-32768) for newly added records and adRecStatusInvalid (-32767) for modified records that could not be saved.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

what is the property to resize a label control according to your caption?

1 Answers  


Draw Sequence Modal of DAO and Explain?

0 Answers  


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

1 Answers   TCS,


Explain Default cursor Type and LockEdits type in RDO

2 Answers  


What is the use of ActiveX Documents?

1 Answers  


What is OLEDB?

1 Answers  


How does VB Pass arguments to a function by default?

2 Answers  


what are the Differences Object and Class?

2 Answers  


What is Collection Objects?

1 Answers  


How would you run your ActiveX Document Dll?

1 Answers  


Is a foo VBX/DLL available as shareware/freeware?

1 Answers  


What are forms in visual basic?

1 Answers  


Categories