Jump to content

Search the Community

Showing results for tags 'oci8 dynamic library connect'.

  • Search By Tags

    • oci8 dynamic library connect ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 1 result

  1. I am trying to run the following simple php script: <?php $db = oci_connect("userId","password","//ipAddress:port/sid"); if ( !$db ) { $e = oci_error(); trigger_error(htmlentities($e['message'], ENT_QUOTES), E_USER_ERROR); } $stmt_getPrinter = oci_parse($db, "select distinct printer from p...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.