Results 1 to 4 of 4

Thread: calling oracle stored procedure

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    INDIAN, Now in Dubai,UAE
    Posts
    13

    Post

    hai gurus,
    can any body give the syntax to call a stored procedure in oracle from vb6

    thanks in advance

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    FYI:

    I have read that there is no compatible cursor type with oracle DBs & stored procedures (possibly via 3rd party drivers) so calling stored procedures that return > 1 records won't work properly, you need to embed the SQL in your code....

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    INDIAN, Now in Dubai,UAE
    Posts
    13

    Post

    what about procedures which do not return records, i mean action queires.

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    I would assume that they are not a problem....but I don't know oracle...

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