In my CI application setup to query a mssql
database. I want to execute a stored procedure
from active record
. But I can't get hold of any solid documentation.
Does anyone have any experience with calling stored procs with CodeIgniter
and/or Active Record
and passing in parameters?
Thanks,
Billy
See Question&Answers more detail:os