Normally you would store your own record Ids as one more column of data
in the DataTable and retrieve it from the Recordset by field name using
the index provided by the DataTable. You don't need to display your own
ID, if you list it in the fields array in the DataSource, it will be
read and stored along the record but if you don't list it in the columns
definitions for the DataTable, it won't be shown, but it will still be
there for you to access it from the Recordset.
Satyam
Stuart Grimshaw wrote:
> Is it possible to use my on ID in the dataset for a datatable?
>
> When I call getSelectedRows() I want to have access to my own ID,
> rather than the recordset ID returned by default.
>
> -S
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>
> No virus found in this incoming message.
> Checked by AVG - http://www.avg.com
> Version: 8.0.138 / Virus Database: 270.4.5/1537 - Release Date: 06/07/2008 5:26
>
>
>
>
.