Microsoft
Software
Hardware
Network
Question : execution of procedure
Is this statement correct
exec conversion_pkg.referral_co
nv(30);
the procedure has in parameter as Number
This is saying as "Invalid sql statement", can someone help me
Answer : execution of procedure
You are missing the ' ' to specify 30 is a value and not something else.
try this
exec conversion_pkg.referral_co
nv('30');
Regards,
Random Solutions
HTA Dynamic Drop Down List
verifying port forwarding for your router failed
Windows Server 2008 - Group Policy Management - Remove Computer Management
SBS 2008 Small Business Server Internet Activity
Skype ID creation date?
IIs7 on Windows server 2003
Microsoft ebs security server configuration
Socket Question
Remove exchange connection in Outlook
Gridview Update Error, Cannot insert Null Value into DB. Controls all returning null values