[eluser]Falney[/eluser]
Hello
For a couple of days now I have been bashing my head off the keyboard trying to get some stored procedures from an already developed system to work with code igniter.
They are pretty simple tasks and I would much prefer to use the Active Record class for them but alas it is not possible. I MUST use the stored procedures.
I have read through several topics on the matter and I have failed thus far to get any of the solutions to work for me.
I need to be able to either call
$this->db->query("call acquireuserpasswd('$uname', @id,@passwd);");
Or
$this->db->query("SELECT fn_varbintohexsubstring (1,'$passwd',1,0) AS result");
Like I have said. I have been at this problem for about 2 days now. I would rather not have to create a work around outside CI or even build the site and php from scratch without CI. So, any help you guys can provide would be much appreciated.
Fal