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
Exchange 2010 a circular logging
Proxy Settings
How to crop image blank space in php
RHEL command to eject cd rom
how to indent a block of text
Delete Outlook Cache
Connect a VB6 Client App to a remote SQL Server 2005 database using ADO 2.8
Access idrac card in poweredge
Adding a Line Break and Center Text in a Submit Button
ASP.Net,C# (Rawprinterhelper spools jobs but not printing)