I'm using a package that has a cursor as an in/out param. The cursor is declared to return a record structure. In one of the other forums I read that the OCI doesn't support the usage of records. However does this mean that my setup won't work in combination with doa, or is there some way of fixing it. The big difference being that I get a record structure back instead of needing to pass one.
One thing I don't understand is that our java team (using jdbc) is capable of retrieving the information from the cursor. But the TOracleQuery that I assign to the variable doesn't contain anything. Is this because the component tries to get the field information, whereas the jdbc connection doesn't?
One thing I don't understand is that our java team (using jdbc) is capable of retrieving the information from the cursor. But the TOracleQuery that I assign to the variable doesn't contain anything. Is this because the component tries to get the field information, whereas the jdbc connection doesn't?