R
Rik Hemsley
I'm adding a row to a table, using this form:
ADataSet.TableName.AddTableNameRow(the, typed, parameters)
My problem is that the Row returned by the above call does not have its
ID field set.
The row is assigned an ID by the database: I can see this by looking at
the data.
Should the Row's ID field be updated, or should I be retrieving this
using another method?
Cheers,
Rik
ADataSet.TableName.AddTableNameRow(the, typed, parameters)
My problem is that the Row returned by the above call does not have its
ID field set.
The row is assigned an ID by the database: I can see this by looking at
the data.
Should the Row's ID field be updated, or should I be retrieving this
using another method?
Cheers,
Rik