Search results

  1. A

    Validation based on information from two tables

    hi, I have two tables like the following: table1 id variable 1 speed 2 distance 3 acceleration table2 id allowedvalue 1 3 1 5 1 6 2 4 2 5 i want to write a a loop to check whether for a given variable in all tables in the database the values is within the allowed value. THe link...
  2. A

    Is it possible to run a loop of queries in a table full of criteria to be checked?

    Hi Hi I have a database with a table which is full of conditions and error messages for checking another databse. I want to run a loop such that each of these conditions is checked against all eth tables in the second database. and generae a report which gives teh errors . Is this possible in...
Back
Top Bottom