Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...