N
Neeraj
Hi all.
I have stuck at a strange point.in Database some master table have
identity column and some havenot. Then How can i know at runtimes that
which table have identity column.
According to this i have to write query string.
I got dataset from table.
and
write
ds.Tables[0].Columns[0].AutoIncrement
which always gives false.
If youmhave any idea please share with me
Thanks
Neeraj
I have stuck at a strange point.in Database some master table have
identity column and some havenot. Then How can i know at runtimes that
which table have identity column.
According to this i have to write query string.
I got dataset from table.
and
write
ds.Tables[0].Columns[0].AutoIncrement
which always gives false.
If youmhave any idea please share with me
Thanks
Neeraj