![]() |
SQL store procedure - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: SQL store procedure (/showthread.php?tid=35954) |
SQL store procedure - El Forum - 11-16-2010 [eluser]Unknown[/eluser] Hi.. I have a connection to SQL Server 2008 all query's works fine, but now we rebuild the database to include Store procedures to be easy our job, but I don't know how to call SP from codeigniter... php offer mssql_execute(); But doesn't work for me, the error says that I need an other parameter, I think the connection parameter but the connection was made by codeigniter... Thanks for your help... |