Re: Insert a record to a specific row

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Lou,

If you mean positioning in the DB rather than the grid, you need a
clustered index on your ordering column(s). This would ensure the
proper physical position of all your records.

Hope this helps,

Max Kudrenko
Brainbench MVP Program for Visual Basic
www.brainbench.com


Lou wrote:
I am using disconnected recordsets and binding the recordset to a grid.
I need to insert a record into the recordset to a specific position(row).
How can I achieve this?
-Lou

.