Win32::ODBC Question

2003-08-01 Thread Martin, Stanley G [GMG]
I have to move a ton of ODBC Connections from one box to another and was wondering if in this module there is a way to get all the attributes for a particular ODBC Connection so that I can turn around and insert it onto the other. I have Dave Roth's Standard Extensions book, but can't find

RE: Win32::ODBC Question

2003-08-01 Thread Farrington, Ryan
Title: RE: Win32::ODBC Question I think the best way to do this would be to hit the registry and look at ODBC.ini -Original Message- From: Martin, Stanley G [GMG] [mailto:[EMAIL PROTECTED]] Sent: Friday, August 01, 2003 10:50 AM To: perl-win32-users (perl-win32-users) Subject

Win32::ODBC Question (Oracle)

2002-09-25 Thread armin . nolte
Hi, I'm trying to get Information about a spezific table in an Oracle with the command 'describe table_name; ' This command works within SQL-PLus and other Tools but I get the error message: Ora-00900: invalid SQL statement when I use it within a perl-script using a Win32::ODBC connection.

Re: Win32::ODBC Question (Oracle)

2002-09-25 Thread Thomas R Wyant_III
[EMAIL PROTECTED] wrote: I'm trying to get Information about a spezific table in an Oracle with the command 'describe table_name; ' This command works within SQL-PLus and other Tools but I get the error message: Ora-00900: invalid SQL statement when I use it within a perl-script using a

Re: Win32::ODBC Question (Oracle)

2002-09-25 Thread Peter van der Goes
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 8:45 AM Subject: Re: Win32::ODBC Question (Oracle) [EMAIL PROTECTED] wrote: I'm trying to get Information about a spezific table in an Oracle with the command 'describe table_name; ' This command works within SQL

Win32::ODBC question ; updating an MS Access table

2001-03-15 Thread Vinicius Alves
Ive read the perldoc and Ive found several things, except how to update my DSN. My script blurts out an html page containing several text fields with the data that is in my access file. I want to be able to change that data by simply changing the info in the text fields and clicking the button.