|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Stored Procedures - Return Image Value
Hi,
I have a question regarding images stored in a 2005 sql db, and returning them using a sp. The return value that is generated from a sp is always zero. The image value doesn't return as I expected it should, is there something I'm missing in regard to sp's and returning image data? Thanks. |
|
#2
|
|||
|
|||
|
The return value of a stored proc is always an integer. If you want to return other data, use a function, or an output parameter, or a record set.
|
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > Stored Procedures - Return Image Value |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|