Josh Hall pointed out to me that I was passing the DB2_I5_NAMING_OFF
with out it being in an Array....
This is the call that worked for me.
$db2Conn = db2_pconnect( '*LOCAL', 'Usrnm', 'Psswrd', array(
'i5_naming'=>DB2_I5_NAMING_OFF ) );
Now all I have to do is figure out how to select the database I want to
use.... back to google..... maybe I can find some examples in the
current source...
Thank you Jon Paris, Alejandro Olvera and Josh Hall !!!!
So now I am 2/3 the way there..... I can run a script... I can connect
to DB2....
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.