Heelo I am having serious problems with a bit of SQL and Cursors
The sienario
I have three tables.
1. Test Set Details (this contians a set of tests)
2. Test Detials(This contians a list of all the different tests)
3.Test Results(which hold the results of the tests applied)
My problem is I need to get a Line number and testID from Test Set Detail.
I also need Type and shortdescription from test details.
and I need Result and Comments from the Test Results table
All are linked by testID
what is the best way to do this
I so far have created a cursor with these fields in but I hve no idea whether this is the right way to go about it not .
Please help
Thanks in advance
Rachel
The sienario
I have three tables.
1. Test Set Details (this contians a set of tests)
2. Test Detials(This contians a list of all the different tests)
3.Test Results(which hold the results of the tests applied)
My problem is I need to get a Line number and testID from Test Set Detail.
I also need Type and shortdescription from test details.
and I need Result and Comments from the Test Results table
All are linked by testID
what is the best way to do this
I so far have created a cursor with these fields in but I hve no idea whether this is the right way to go about it not .
Please help
Thanks in advance
Rachel