jasonseay Posted October 14, 2003 Posted October 14, 2003 i have three datasets with the following fields in each dsAlarm timestamp Type name text dsSoe timestamp text dsText timestamp type text i would like to merge the three into one datagrid and order them by timestamp. i have tried using another dataset (dsAll) and used dsAll.merge("datasetname", true, missingSchemaaction.add) this only puts them into seperate tables in the dataset dsAll. and when you bind dsAll to the datagrid it only shows the first table. can anyone help to get these all in one datagrid? Quote
Administrators PlausiblyDamp Posted October 15, 2003 Administrators Posted October 15, 2003 Look in the help for DataRelation - adding these to a DataSet will allow you to define relationships between the DataTables Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
jasonseay Posted October 15, 2003 Author Posted October 15, 2003 There is no real relation between these datasets except for the column names. these are actions that happen in time order. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.