Re: How to automaticly retrieve a new record(new line)



Hi,

If you're working on a .NET app, I think .NET datagrid control will meet
all the needs. You can just bind the control to a DataSet as datasource
like the following:

dataGrid1.DataSource = dataSet;

Then the DataGrid will do everything for you. HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

.