Re: Accessing unix from windows

2001-05-17 Thread Bodo Eing
From: Bart Lateur [EMAIL PROTECTED] To: dbi-users mailing list [EMAIL PROTECTED] Subject:Re: Accessing unix from windows Date sent: Thu, 17 May 2001 00:46:56 +0200 Organization: MediaMind On Wed, 16 May 2001 15:27:46

DBI::Proxy with ADO/Access on WinNT

2001-05-17 Thread Butler, Jeff
Hi I'm trying to use the DBI::Proxy / ProxyServer modules in order to move some perl scripts to Unix, yet maintain a link to an access database. While I've managed to run the ProxyServer on NT and connect to it with Proxy.pm I'm getting errors when I attempt to use it. (using DBI-trace(9))

Re: DBD-Oracle instalation problem on solaris 2.6

2001-05-17 Thread Michael A. Chase
The failure you are getting in plsql.t is a known problem between DBI 1.15 and DBD::Oracle's ORA_RSET return handling. If you don't need to return cursors from PL/SQL, ignore the error and install, otherwise drop back to DBI 1.14. -- Mac :}) ** I normally forward private database questions to

RE: :Sybase installation error!!!

2001-05-17 Thread Spohn, Albert F.
That's the exact same error I'm getting (re:Initial Install Issue), then it was pointed out that I had two perl installations on my machine, so I strongly suspected that was the issue. I haven't had a chance to pursue that as of yet, so I'd be very interested in what the determination is in your

RE: SQL Server

2001-05-17 Thread Sterin, Ilya
You can use DBD::ODBC, probably the best choice (in my opinion). You can also use DBD::Sybase. Ilya Sterin -Original Message- From: Alisa Mills To: [EMAIL PROTECTED] Sent: 05/17/2001 7:06 AM Subject: SQL Server I am trying to port an application from Unix to Windows 2000. The Unix

RE: DBD-Oracle instalation problem on solaris 2.6

2001-05-17 Thread Sterin, Ilya
What's the problem? Ilya -Original Message- From: oscar perez perez To: [EMAIL PROTECTED] Sent: 05/17/2001 2:27 AM Subject: DBD-Oracle instalation problem on solaris 2.6 Hello, I am trying to install the perl module DBD-Oracle and I've having problem in the test part of the

Re: Help with INSERT INTO table VALUES @array

2001-05-17 Thread Joe Grastara
I think that you are having problems because you are using a reference to the array. The reference won't evaluate to the values in your array, but rather to the location of your actual array. You probably need to dereference the array before you use it in the SQL statement. However You

RE: Connection is busy

2001-05-17 Thread Michael Peppler
Sterin, Ilya writes: I would imaging that that is either the SQLServer config or ODBD config that is not allowing multiple connections. Actually it's not allowing multiple statement handlers on the same connection. This is the default for the TDS protocol (the underlying protocol that MS-SQL

RE: :Sybase installation error!!!

2001-05-17 Thread Spohn, Albert F.
In my case, the client installation. I routinely connect to various servers with isql, sqsh, etc. with no problems. The version is 11.9.2. Thanks, Al Al Spohn Publishing and Media Technology Services Mayo Clinic 507-284-1666 -Original Message- From: De Simone, Andrew (CAP, FGI)

RE: Connection is busy

2001-05-17 Thread Sterin, Ilya
Thanks, Michael. Ilya -Original Message- From: Michael Peppler To: [EMAIL PROTECTED] Sent: 05/17/2001 10:20 AM Subject: RE: Connection is busy Sterin, Ilya writes: I would imaging that that is either the SQLServer config or ODBD config that is not allowing multiple connections.

Re: Connection is busy

2001-05-17 Thread Michael Peppler
roberto l writes: And since this is dependant on the protocol changing the odbc driver won't work. So what would be the best workaround? Depends. I think some ODBC drivers have support for this under the covers, possibly by opening a second connection for you. I don't know much about ODBC,

DBI-1.15 `__builtin_va_alist' undeclared plus perl -V

2001-05-17 Thread Colleen Smith
I am having trouble compiling DBI-1.15 on a solaris 2.6 sparc box. I get the following error: DBI.xs: In function `dbih_logmsg': DBI.(first use in this function)xs:419: `__builtin_va_alist' undeclared I am using the following (which I have recompiled all) : perl5.6.0 DBI-1.15

Inserting/Updating to ADO (.MDB file)

2001-05-17 Thread Matthew Tedder
Could someone potentiall help me.. I'm getting a message saying that this operation is not supported. It appears to be on the -AddNew(); method. How can I insert and update data in Access databases in my question. What syntax can be used? I've already got reading solved.

DBD error

2001-05-17 Thread Theja Rajakumar
I've been getting this error while connecting to an Oracle database thro' DBI. and don't know what's happening. Can anybody help? ORA-12500: TNS:listener failed to start a dedicated server process (DBD ERROR: OCIServerAttach) at DbUtils.pm line 104. Thanks.

Re: DBD error

2001-05-17 Thread M.W. Koskamp
- Original Message - From: Theja Rajakumar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 10:34 PM Subject: DBD error I've been getting this error while connecting to an Oracle database thro' DBI. and don't know what's happening. Can anybody help? ORA-12500:

connecting to postgresql

2001-05-17 Thread wsheldah
Hi all, I can't seem to make a valid DBI connection to PostgreSQL 7.1 unless my current login name matches a Postgresql user. It seems to ignore the username I'm passing it. The initial problem came up under mod_perl and HTML::Mason, but I've duplicated it in a plain script as well, narrow

RE: Connection is busy

2001-05-17 Thread Steve Howard
I've encountered this problem before while using DBD::ODBC. It usually is how I am dealing with the results of a previous query. The way to handle it is to open another connection. Works fine like that. Steve Howard -Original Message- From: Michael Peppler [mailto:[EMAIL PROTECTED]]

RE: SQL Server

2001-05-17 Thread Steve Howard
I use DBD::ODBC almost exclusively in WIN32 environments using a variety of DBMS's. It works beautifully with MS SQL 7 (which is actually my main area of focus). Have fun. Steve Howard -Original Message- From: Alisa Mills [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 8:07 AM

$VERSION changes in lib/DBD/ADO.pm confuse CPAN

2001-05-17 Thread David Dyck
There seems to be some version mismatches between CPAN and DBD When I install T/TI/TIMB/DBI-1.14.tar.gz and do the cpan r command it reports that there is a new version: Package namespace installedlatest in CPAN file DBD::ExampleP 10.11 10.13