RE: (Fwd) need guidance on installing libdbi-perl to existing linux potato

2002-11-27 Thread Levine, Peter W
Just restore your backup. -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 11:31 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: (Fwd) need guidance on installing libdbi-perl to existing linux potato - Forwarded message from

Connections happening too fast?

2002-10-18 Thread Levine, Peter W
Hi, On our development system (SunOS 5.7) my program would 'hang' on occasion immediately after a call to dbh-connect. This would be after a longish sequence of connects disconnects to initialize some data files. By 'hang' I mean it never returned. A debug statement immediately after

RE: Connections happening too fast?

2002-10-18 Thread Levine, Peter W
Hi, No response. Perhaps because I neglected to add the particulars: Using DBD:ODBC 0.43 with OpenLink ODBC manager and driver for SQL Server 2000. Pete -Original Message- From: Levine, Peter W Sent: Thursday, October 17, 2002 1:41 PM To: [EMAIL PROTECTED] Subject

RE: Connections happening too fast?

2002-10-18 Thread Levine, Peter W
Message- From: Bill Hamilton [mailto:garage_dba;hotmail.com] Sent: Friday, October 18, 2002 1:03 PM To: Levine, Peter W Subject: Re: Connections happening too fast? How many tries before she freezes? Could it be a liscensing issue? If your disconnects are not happening, and you hit the user limit

RE: install without root

2002-09-27 Thread Levine, Peter W
Yes you can do this: perl Makefile.pl LIB=your_own_lib Then add your your_own_lib to $PERL5LIB Pete -Original Message- From: Christian Kaiser [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 7:54 AM To: [EMAIL PROTECTED] Subject: install without root Hi, Is it possible to

RE: Error while running odbctest

2002-09-18 Thread Levine, Peter W
- From: Janarthanan, Prasanna [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 7:38 AM To: Levine, Peter W Subject: RE: Error while running odbctest thanks really for supporting me .. Can u just tell me the Driver manager and its installation procedure.. I will tell u what i did .. 1

FW: why do I need to supply user password

2002-09-11 Thread Levine, Peter W
are not solutions I like. Pete -Original Message- From: Levine, Peter W Sent: Thursday, September 05, 2002 1:58 PM To: 'Jeff Urlwin' Subject: RE: why do I need to supply user password Hi, I'm using SQL server authentication not NT authentication. If I levae out user and password I get this error

RE: why do I need to supply user password

2002-09-11 Thread Levine, Peter W
Jeff, Can I use Windows authentication from a UNIX server? Pete -Original Message- From: Jeff Urlwin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 8:31 AM To: Levine, Peter W; [EMAIL PROTECTED]; 'Jeff Urlwin' Subject: RE: why do I need to supply user password Peter

why do I need to supply user password

2002-09-05 Thread Levine, Peter W
Hi, Why do I need to supply user name and password with DBI-connect() if I am using DBD:ODBC? This information is already supplied in the DSN? my $DSN=dbi:ODBC:sqlserver_dsn; my $DBI_USER=Why do I need this? my $DBI_PASS=Why do I need this? $dbh=DBI-connect($DSN,$DBI_USER,$DBI_PASS); Peter

Driver Manager required for DBD:ODBC

2002-08-28 Thread Levine, Peter W
Hi, The web page for Easysoft's ODBC-ODBC brige states that no client side driver manager is required. It states that unixODBC is available for a driver manager if that is desired. However I thought that DBD:ODBC required a driver manager? Pete Peter Levine [EMAIL PROTECTED] (415) 286-5716

XML DBD:ODBC

2002-08-26 Thread Levine, Peter W
Hi, Can the DBD-ODBC module make use of of MS SQL Server's FOR SQL clause? I'm evaluating the pros cons of getting my data back from MS SQL Server in XML format. (BTW I'm use Apache webserver on Solaris.) Pete Peter Levine [EMAIL PROTECTED] (415) 286-5716

bogus warnings while making DBD-ODBC-0.43

2002-08-21 Thread Levine, Peter W
Hi, After executing perl Makefile.pl for DBD-ODBC-0.43 on solaris 2.7 I get the following warning messages. Can they safely be ignored? 1) Multiple copies of Driver.xst found in: /export/home/pwl4/perl_lib/sun4-solaris/auto/DBI /export/home/pwl4/perl_lib/sun4-solaris/auto/DBI at Makefile.PL

RE: bogus warnings while making DBD-ODBC-0.43

2002-08-21 Thread Levine, Peter W
: Jeff Urlwin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 6:07 PM To: Levine, Peter W; [EMAIL PROTECTED] Subject: RE: bogus warnings while making DBD-ODBC-0.43 Peter, I've never seen the multiple copies message before, but as long as you only have one :) #2 is just an informational

suprressing login incorrect error

2002-08-20 Thread Levine, Peter W
Hi, I'm using DBI in a cgi-bin script. I can't find a way to suppress the error message DB-Library: Login incorrect if DBI-connect fails. This is an issue because the raw output causes a web server 500 error. I've tried setting PrintError, WarnError to false TO no avail. I've also tried

connect syntax using ODBC driver manager

2002-08-19 Thread Levine, Peter W
Hi, Could anyone please show me an example of the connect syntax necessary for a connecting using an ODBC driver manager. 1. Is this correct: $dbh=DBI-connect(DBI:ODBC:sql_lite,'',''); where sql_lite is defined in $ODBCINI: [ODBC Data Sources] sql_lite = OpenLink SQL Server Lite Driver User =

MSSQL vs. DBI

2002-08-19 Thread Levine, Peter W
Hi, I need to connect to a MS SQL Server on an NT machine from a Solaris server. What are the pros and cons of using the MSSQL module versus the DBI module? Pete Peter Levine 415-286-5716 - 345 California [EMAIL PROTECTED]