Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by skaza

  1. skaza

    RDO Call to SP returns wrong results

    no, stored proc is returning only one result set. Structure/logic of the proc is something like this . -create a temp (#) table -open/fetch cursors (to get values from other tables used in logic) -insert values to temp table -do some more cursor open/fetch commands -call another proc to fetch...
  2. skaza

    RDO Call to SP returns wrong results

    Hi, I have a program which is calling a stored proc in Sybase using RDO (rdoQuery & rdoResultset). The sybase Stored proc accepts one param as input and returns a result set. My problem is the results returned are wrong some times. When I run same stored proc from ISQL the results are...

Part and Inventory Search

Back
Top