Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not getting cursor
Message
Information générale
Forum:
Oracle
Catégorie:
PL/SQL
Divers
Thread ID:
00786873
Message ID:
00789977
Vues:
22
Thanks for the response
Sorry for late response. I am actually a little embarrased because the problem turned out to be a syntax problem. I used "order by var1+var2". I changed the + to a comma and got the data I expected. The lack of an approiate error message confused me. Getting away from the problem for a day helped. When I looked at the query statement the next day it just popped out.

Thanks for the help, Chuck

>Hi Chuck,
>I dont really follow you here :) Can you post the code?
>It sounds a little like a problem I had using "manual transactions".
>You need to do a SQLCOMMIT(h) before the next result set will show the proper
>info..
>i.e.
>SQLEXEC(h,'select * from xxx','xxx')
>SQLCOMMIT(h)
>SQLEXEC(h,'select * from xxx','xxx')
>
>BR
>Tim
Extreme Programming = Plan -> Design -> Code -> Test
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform