RE: Win32::ODBC

2009-05-07 Thread Schwartz, Peter (JPMC)
Prime Brokerage / JP Morgan Chase (973) 793-7407 _ From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Paul Rogers Sent: Wednesday, May 06, 2009 9:18 PM To: perl-win32-users@listserv.ActiveState.com Subject:

RE: Win32::ODBC

2009-05-06 Thread Paul Rogers
ehalf Of Schwartz, Peter (JPMC) Sent: Wednesday, May 06, 2009 5:45 PM To: Paul Rogers; perl-win32-users@listserv.ActiveState.com Subject: RE: Win32::ODBC Nope. The results are the same error. Could it have to do with the stored procedure having output variables? Peter W Schwartz Vice-Preside

RE: Win32::ODBC

2009-05-06 Thread Paul Rogers
> -Original Message- > From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl- > > I'd suggest you strongly consider switching to DBI/DBD::ODBC (1.21). > > Win32::ODBC is obfuscated. > > I believe you mean "obsolete" (should not be used because something > better is available

RE: Win32::ODBC

2009-05-06 Thread Jenda Krynicky
From: "Paul Rogers" To: Subject: RE: Win32::ODBC Date sent: Wed, 6 May 2009 14:43:53 -0400 > I'd suggest you strongly consider switching to DBI/DBD::ODBC (1.21). > Win32::ODBC is obfuscated. I believe you mean "obsolete" (should not be us

RE: Win32::ODBC

2009-05-06 Thread Schwartz, Peter (JPMC)
[mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Paul Rogers Sent: Wednesday, May 06, 2009 2:44 PM To: perl-win32-users@listserv.ActiveState.com Subject: RE: Win32::ODBC I'd suggest you strongly consider switching to DBI/DBD::ODBC (1.21). Win32::ODBC is obfuscated. Try wit

RE: Win32::ODBC

2009-05-06 Thread Paul Rogers
I'd suggest you strongly consider switching to DBI/DBD::ODBC (1.21). Win32::ODBC is obfuscated. Try with DBI/DBD::ODBC and see if results change. Paul --- From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Schwartz

RE: Win32::ODBC -- is the DSN a server or DB or table?

2005-08-23 Thread Ken Barker
This is referring to the ODBC name. you set this under control panel>administrative tools>Data Sources ODBC. Once you define your name - this is the name you supply for DSN. HTH Ken Barker IT Lead Americall Group, Inc 314-213-7927 [EMAIL PROTECTED] -Original Message- From: [EMAIL

Re: win32::ODBC insert error

2003-09-18 Thread Carl Jolley
On Tue, 16 Sep 2003, Mark Elliott wrote: > I get this error: > > "[Microsoft][ODBC SQL Server Driver][SQL Server]Could not find stored > procedure 'insert into hosts (HOST,lastchk) > > When I attempt to insert a bunch of rows into a MSSQL table. It gets data > from a text file. > > Here is the co

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

Re: Win32::ODBC Question (Oracle)

2002-09-25 Thread Peter van der Goes
From: "Thomas R Wyant_III" <[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 O

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

Re: Win32::ODBC with Access2000

2001-06-12 Thread Andy Jennings
Ronnie Absolutely, Yes - 2000 and 97 use different versions of the Jet database engine and hence a different ODBC driver, although the later driver is meant to be, somewhat, backward compatible. There is no way, that I know of, to have the same driver accessing both types of file successfully wit