Have an interesting one at the moment.
We have a applicaiton that sits on Sco Unix, Informix with a client connect through 4 Jays.
I also have an in house appliction built on Microsoft SQL with VB exe front end.
We would like to display some of the data from the Informix server onto the VB app. I have got that part figured out.
The only issue that I have is that I need to find what SQL requests are coming to the Informix box. That way on the 4 jays app I can get to the screen see what requests arebeing made to the database. Then just into the informix tables confirm the fields..... create a Stored procedure to do the same job through Microsoft SQL.
In SQL Uncle Bill calls it "profiler" does anyone know if IBM have something similar ? The profiler basically gives an on screen log of all transactions to the database.
We have a applicaiton that sits on Sco Unix, Informix with a client connect through 4 Jays.
I also have an in house appliction built on Microsoft SQL with VB exe front end.
We would like to display some of the data from the Informix server onto the VB app. I have got that part figured out.
The only issue that I have is that I need to find what SQL requests are coming to the Informix box. That way on the 4 jays app I can get to the screen see what requests arebeing made to the database. Then just into the informix tables confirm the fields..... create a Stored procedure to do the same job through Microsoft SQL.
In SQL Uncle Bill calls it "profiler" does anyone know if IBM have something similar ? The profiler basically gives an on screen log of all transactions to the database.