Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to call Stored procedure in VC++

How to call Stored procedure in VC++

Scheduled Pinned Locked Moved C / C++ / MFC
c++databasetutorialquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maharaja pandian
    wrote on last edited by
    #1

    hi, I have one clarification, I just want to know how to call stored procedures in CDaoDatabase. After the submit button I need to call one stored procedure by name STORE_PROCEDURE1 with input parameters as name,no,id,mark1,mark2 By using ADO, I think we can use like this below. I just want to know how to use in DAO. With AdoComm .CommandText = "{call PROEX.KPP_LFE.PPP_INSTPP_EMBARQUE_AUX(?)}" .CommandType = adCmdStoredProc Set AdoParamRet =.CreateParameter("Retorno", adBSTR, adParamInputOutput, ,vfRsEmb) Call .Parameters.Append(AdoParamRet) .Properties("PLSQLRSet") = True Set vfRsEmbRet = .Execute reply early Try again and again, At last you will say I don't know the meaning for impossible.,.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups