> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 10, 2001 2:02 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] Oracle8i connecting to database problem
>
> (I can create a connection to the database using sqlplus and the
> variables I'v
On Thursday, August 09, 2001 at 2:09 PM, Tom Tsongas said:
> Here is the code I am using:
>
> $sql_comments = OCIParse($connection,"SELECT COMMENTS FROM INCIDENT
> WHERE INCIDENT='$incident'");
> OCIExecute($sql_comments);
> while ( OCIFetchInto($sql_comments, $row,
> OCI_ASSOC+OCI_RETURN_NULL
On Thursday, July 26, 2001 at 9:48 PM, Sommai Fongnamthip said:
> I have oracle 8i in Linux server. How could I
> connect it with PHP (on other server)?
Install the Oracle Client software (on the other server).
---
Brian S. Dunworth
Sr. Software Dev
On Monday, July 23, 2001 at 9:54 PM (ahem, set your clock!), Mike Gifford
said:
> I'd like a simple query to determine how MANY books in a
> database are released by A publisher.
[...]
> The relevant table's here:
>
> CREATE TABLE WLPbib (
> bibID mediumint(9) NOT NULL,
> languageID