Welcome Guest, Not a member yet? Register   Sign In
MSSQL pass array to stored procedure
#1

USING:

Codeigniter 3.0
Database driver: SQLSRV

I'm looking for a way to pass a complete array to a MSSQL stored procedure

$filter = array(
'PARAM1' => $this->input->get_post('VALUE1', TRUE),
'PARAM2' => $this->input->get_post('VALUE2', TRUE)
);

I've seen many examples, but none of theme work.

Hoping someone could help me into the right direction!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB