Hi,
I'm doing a project where i'm using vb6 as frontend & oracle 9i as backend. my project consists of performing several tests(code in vb) on data from oracle 9i.
the steps for transient test are as follows:
1)initial depth of 10m is identified as transient depth.
2)on selecting a particular cruise no. &station no. (which r primary keys in oracle) the test is performed.
3)strting with the 1st record, the depth field of every record is compared with transient depth ie. 10m
4)records falling in 10m depth are flagged for transient error & error flag is set.
can any one plzzzzzzzzzzz help me 2 write a vb code for the above given procedure.i have designed a form with combobox that selects 1 of the 2 tests(transient test,spike test).
i want to know how to retrieve the data from oracle(through an sql query)?
how to implement this test using a combobox?
I'm doing a project where i'm using vb6 as frontend & oracle 9i as backend. my project consists of performing several tests(code in vb) on data from oracle 9i.
the steps for transient test are as follows:
1)initial depth of 10m is identified as transient depth.
2)on selecting a particular cruise no. &station no. (which r primary keys in oracle) the test is performed.
3)strting with the 1st record, the depth field of every record is compared with transient depth ie. 10m
4)records falling in 10m depth are flagged for transient error & error flag is set.
can any one plzzzzzzzzzzz help me 2 write a vb code for the above given procedure.i have designed a form with combobox that selects 1 of the 2 tests(transient test,spike test).
i want to know how to retrieve the data from oracle(through an sql query)?
how to implement this test using a combobox?
Comment