DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Designing a stored procedure API for Pro*C

Threaded View

  1. #2
    Join Date
    Jun 2002
    Location
    Denver
    Posts
    54
    It's been long since I worked on pro*c, but I for one, think that pro*c is more flexible than you got the impression from the documentation. As far as I can remember there was no restriction on fetching rows in array of structure but I would go back and look at the documentation I can find.

    I am assuming your only other problem is fixed length arrays. And it's been years since I worked on c as well, but I guess you could use malloc to dynamically allocate variable length memory when you don't know how much you are going to need ?
    Last edited by shibha; 05-05-2003 at 11:27 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width