Re: Quick code to execute an SQL stored procedure.
I just learned about it a couple of months ago. That was my first time
actually using it. I hadn't used it because I didn't want to piss people
off. ;)
It is awesome though.
AliR.
"Leo Violette" <nineballer@comcast.net> wrote in message
news:700383C0-32AB-4AED-B480-3898FAD0B219@microsoft.com...
I must be some sort of internet noob because this is the first I remember
seeing letmegooglethatforyou. And, I must say, it's awesome!
"AliR (VC++ MVP)" <AliR@online.nospam> wrote in message
news:ZI%kl.10480$8_3.7805@flpi147.ffdc.sbc.com...
http://support.microsoft.com/kb/183001
Let me google that for you:
http://letmegooglethatforyou.com/?q=MFC+stored+procedure
AliR.
"Beamer" <BeamerS@email.com> wrote in message
news:Cy%kl.10396$hc1.2087@flpi150.ffdc.sbc.com...
I haven't written code to access a database in many years. I now have a
requirement in my MFC version 6 program to execute a stored procedure.
The database is Microsoft SQL Server 2005. I know the server name,
database name, login and password. I also know the sored procedure name
and the parameters.
How exactly do I execute the stored procedure? I assume I need to open
the database and then do something to execute the stored procedure.