I have this Adaper which returning me three cursor in Dataset , Table 0, Table 1 and Table 2.
oracleData_Adapter.Fill(ds);
ds.Tables(0)
ds.Tables(1)
if sequence of tables changes , or DB Developer add more table in between i have to change my code.
is there any way we use these tables withou there indexes?
Go to the complete details ...