Schema1[Score]
Item Code Ref Ce Fl
Item1 ABC 10 12 8
Item2 XYZ 20 24 16


Schema2[Index]
Item Session Index IndexChange
Item1 1 1006 6
Item2 2 1007 7


I done good with 1 schema but....
If I have 2 schemas, so what I need to do ? I must be make 2 data_adapter on server?
and client code have a change too ?
thanks a lot

(I code LS by C#.net 2005)