Ethan,
What about:
$result2 = mysqli_query(cxn, $sql2);
Doesn't look like you're sending it a connection link as a variable ($cxn)
and that's passed through as a literal?
Thanks,
Daniel Krook
Software Engineer, Advanced Cloud Solutions, GTS
IBM Senior Certified IT
ing to give you the same thing as the print_r
below it.
Thanks,
Daniel Krook
Software Engineer, Advanced Cloud Solutions, GTS
IBM Senior Certified IT Specialist - L3 Thought Leader
The Open Group Certified IT Specialist - L3 Distinguished
Cloud, Java, PHP, BlackBerry, DB2 & Solaris Certi
27;Connection to database succeeded.';
db2_close($conn_resource);
} else {
echo 'Connection to database failed.';
echo 'SQLSTATE: ' . db2_conn_error() . '';
echo 'Message: ' . db2_conn_errormsg(). '';
}
Hope that get
s.ibm.com/redpieces/abstracts/sg247315.html
DB2 XML (pureXML) wiki
http://www.ibm.com/developerworks/wikis/display/db2xml/Home
DB2 Express-C
http://www.ibm.com/software/data/db2/express/download.html
Daniel Krook
Content Tools Developer - SCSA, SCJP, SCWCD, ZCE
Global Production Services -
1, $params[$i]);
}
$result = $stmt->execute();
This is PHP 5.1.2 on SLES 9. I don't see anything related in
http://bugs.php.net/
Configure was
./configure --with-IBM_DB2 --with-pdo-odbc=ibm-db2,/home/db2inst1/sqllib
--with-ibm-db2 --with-apxs2=/opt/IBMIHS/bin/apxs --enable-maint