I am planning to use random number generator to populate Rowid.
-
Is there a max size of rowid ( maximum characters in rowid)
-
Is there any issue in using updateFromXML while using randomly generated rowid, ie does updateFromXML use rowid to decide which row in grid to update?
Because same db row can have diff rowid next time I get it from DB as I am using random number generator.
As DB row can appear twice in a table so I am unable to use DB id as row id.