hi all,
i have a stored proc that i can call from the command line on the same box running php. it works just dandy. when i try calling it from php, it bombs and says that the function can't be found:
Warning: SQL error: [IBM][CLI Driver][DB2/LINUX] SQL10013N The specified library "/home/db2inst1/sqllib/function/dbsat001.sta" could not be loaded. , SQL state S1000 in SQLExecute in
well duh it's on the server! why does this work from the command line but not in php?
any suggesstions apprecieated...
thanks
steve