Hi Chintan, > I have a problem to call store procedure from VB. > Difficulty on send Numeric data as input to store > procedure. > ... > @Tnramt as numeric(12,2), > @Tcost as numeric(12,2) > ...
Pass it in as a varchar and convert it to a precision value in your SP. Regards, Shawn K. Hall http://ReliableAnswers.com/ '// ======================================================== Computer illiteracy? You mean my computer's supposed to READ? ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
