RE: DBI->connect using 'old-style' syntax

2003-08-26 Thread Ms manisha gupta
Hi Everyone, Can someone tell me how to unsubscribe from this alias? Thanks Juan Arturo Veliz Carmona <[EMAIL PROTECTED]> wrote: Ok Michael... then I am going to remove it Thank you. -Original Message- From: Michael A Chase [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 1

Re: retrieving column names from a table using DBI module

2003-02-20 Thread Ms manisha gupta
Thanks Dave But i made the mistake of caling it a table but actually it is a view and table_info ethod does not work for that. Also i tried to run table_info for a table but it does not return the column names. There is a column info method for tables to do this. But it does not work for views.

question on views!!

2003-02-20 Thread Ms manisha gupta
Hi I am working on a perl script that runs a sql which extracts all data from a view and prints them on a web page. But the problem is I am not able to print the field names as headings of the respective columns. Does anyone have any idea? Thanks - Do

book on perl oracle dB integration

2003-02-19 Thread Ms manisha gupta
Hello, I am searching for a book on Perl oOacle Database Integration. I have found similar books on Java Oracle DB Integration but not for perl. If anyone knows of one please let me know of it. Thanks Manisha - Do you Yahoo!? Yahoo! Shopping - Send Flowers f

retrieving column names from a table using DBI module

2003-02-18 Thread Manisha Gupta
Hello I am working with Perl CGi. There is a query where i have to select all columns in a table and display the data on the web page. the query is something like "select * from But the problem is I am not able to get the column names. I am using the DBI module. Is there a way to get column nam