Thread: Oracle cursor in ODBC

  1. #1
    Registered User Mortissus's Avatar
    Join Date
    Dec 2004
    Location
    Brazil, Porto Alegre
    Posts
    152

    Oracle cursor in ODBC

    Is there a way to use Oracle cursors with ODBC? I must access an Oracle Database and use its stored procedure, that returns the result in a cursor. I don't know any type in ODBC that matches an Oracle cursor. I would bind the cursor before fetching my results.

    I will be using ODBC on Windows.

    Thanks any insight. :-)

  2. #2
    Registered User
    Join Date
    Apr 2006
    Posts
    58
    You may want to check out Oracle's documentation on that...
    http://download-east.oracle.com/docs...b14407/toc.htm

  3. #3
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    A step in the right direction, but not the correct manual

    http://download.oracle.com/docs/cd/B....htm#sthref977

    gg

  4. #4
    Registered User Mortissus's Avatar
    Join Date
    Dec 2004
    Location
    Brazil, Porto Alegre
    Posts
    152
    Thanks so much, I will try it right now. I have searched for many days for a solution, but I didn't search in the most obvious place: the Oracle manual (I feel so amateur). You have saved me many days of work, thanks again.

  5. #5
    Registered User Mortissus's Avatar
    Join Date
    Dec 2004
    Location
    Brazil, Porto Alegre
    Posts
    152
    It worked!!!
    Thanks.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help With ODBC Code
    By zzman in forum C Programming
    Replies: 9
    Last Post: 08-22-2008, 03:18 PM
  2. Help required in connecting to oracle db
    By Caughtyou in forum C Programming
    Replies: 2
    Last Post: 01-26-2006, 04:14 PM
  3. Recompiling C after Oracle 9i upgrade?
    By marcusg in forum C Programming
    Replies: 2
    Last Post: 06-02-2005, 05:55 AM
  4. oracle database connection
    By blue8173 in forum C Programming
    Replies: 1
    Last Post: 03-16-2004, 04:30 PM
  5. Linking error using ODBC with C and BCC32
    By D@nnus in forum C++ Programming
    Replies: 0
    Last Post: 11-17-2001, 05:11 AM