DebbieCoates
Programmer
if i have already set a connection up to my server
can i then use this in vb to execute a stored proceedure
dim str as string
str = cnn.Execute sp_GetPCON 'input parameter'
so that str will now contain the output parameter of my stored proceedure, or do i have to set up a command object?
can i then use this in vb to execute a stored proceedure
dim str as string
str = cnn.Execute sp_GetPCON 'input parameter'
so that str will now contain the output parameter of my stored proceedure, or do i have to set up a command object?