$conn = oci_connect('eoffice', 'hdujiedian', '//192.168.100.21/hziee'); if (!$conn) { $e = oci_error(); print htmlentities($e['message']); exit; }else { echo "连接oracle成功!"; } Read More
posted @ 2013-11-21 15:57 Michael Zhang x Views(379) Comments(0) Diggs(0) Edit