I’m executing a query to a db2 ibm database in Laravel. call STOREDPROC.GET(‘leaders’, ‘{“params”: “”}’, ‘lead_management’, ‘FR’); The problem is that the fetchAll() returns an array of stdClass …
Tag: db2
Update database with db2
I need some help with convert these MySQL line to Db2, I’m not sure which one to use. Lines I need convert are mysql_select_db(‘P510F’); And is it right to add p510f in there? Or is it meant for something else to be there? break Answer Could you try something like this;