Search results

  1. K

    Two datasets format in one

    Hello, one problem solved and find the next one, i hope a small issue. Now i have for one bill two datasets or different tax like this for tax1 the datasets for tax2 and tax3 are zero billnumber, price for tax1, price for tax2, price for tax3, tax1, tax2, tax3 for tax2 the...
  2. K

    Twotables one two man relation

    Peformance issues solved by selecting in the second table only the data i need. Thanks for help Karl
  3. K

    Twotables one two man relation

    Dear Tom, in this case i have massive performance issues which will be inacceptable. my code looks like: for each tablename1 no-lock where datefrom >= dfdatefrom and date to <= dateto, each tablename2 where field.tablename1 = field.tablename2. In that case the dataselection need...
  4. K

    Twotables one two man relation

    Hi Tom, i have one table with nearly 600000 and the second one with nearly 1000000 Datasete, so i can i select the data only or example a time range of one month which i can only select in the first table? regards Karl
  5. K

    Twotables one two man relation

    how can i get data of two tables, one dataset in the first table and many datasets in the second one?:mad:
Back
Top