Yup - it'll only merge them into a single dataset if they are all connected X->Y->Z with 1:M X->Y, 1:M Y->Z, etc.
Otherwise you'll get one dataset per table. cheers, Richard 2008/6/5 Renato golin <[EMAIL PROTECTED]>: > Richard Holland wrote: >> >> Your dataset is called CV_COMMENT_TOPICS and so is your central main >> table in that dataset, and so you see the name twice. You need to >> rename either the dataset or the central main table in it. > > Hi Richard, > > Fair enough, thanks! > > I've asked it to create one dataset from a list of tables and it created one > dataset for each relationship (1:N and N:M), I expect that this is the > default behaviour. > > I better rename the dataset though... > > thanks, > --renato >
