[PHP] PHP4 Oracle SELECT statement ERROR

2002-09-18 Thread notoriousvic_ca
Hi I am a programmer and I just started using PHP4. I created a view in Oracle (code below) and I added an underscore to the end of one of the column names ("id_number_"). When I use asp code to select from this view I have to write a select statement like so: "Select * from view_specimen_detail

[PHP] Re: PHP4 Oracle SELECT statement ERROR

2002-09-18 Thread notoriousvic_ca
[value] scientific name [value] common name [value] Does anyone have a work around? "Notoriousvic_ca" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi I am a programmer and I just started using PHP4. > > I created a view in Ora

[PHP] PHP Oracle 8 Functions Efficiency Problem

2002-06-27 Thread notoriousvic_ca
I have an HTML form which allows users to query data in an Oracle 8 Database. Usualy a search may return over 100 records so I diplay 10 records per page. I would like to make the search more efficient by using the OCISetPrefetch to prefetch the first 10 records. This works great for the first pa

[PHP] Getting all files in a directory

2002-05-14 Thread notoriousvic_ca
Is there anyway I can get all the file and directories in a specific directory? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php