Grid Data Entry

Pl tell which is the best unbound data entry grid in VB6 everybody using to store multiple records to database
Please kindly give in details of grid control and connection control etc..
Use dbGrid if you don’t need more than it offers. (Copy the data to it and disconnect it, then close and destroy the recordset.) If you need more, use MSFlexGrid. Which one you should use depends on how much you need.
VCL Layout Control – How to Create and Customize a Simple Layout