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
Setting up FTP Users on IIS 7.5
How Can I Get Rsync to Include Subdirectories?
how can i get the location of some body by his mobile number or computer IP?
File Size vs String Size
Task Scheduler Windows 2008 Server performs task but stays stuck on running. Will this affect the next time the task runs?
#550 5.3.4 SMTPSEND.OverAdvertisedSiz
e; message size exceeds fixed maximum size ##
Finding all email sent from a certain domain to our Exchange Server for legal purposes
Library module to process RAW camera files?
How to configure the email check interval in Lotus Domino 8
Why are pointers efficient?