Re: Connection is busy

2001-05-17 Thread roberto l
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 and Sybase use to communicate between the client > and the server.) > > Michael > >

Connection is busy

2001-05-17 Thread roberto l
We've recently ported an application from MSaccess to SQL Server 7 and now many programs are failing producing the following error: [Microsoft][ODBC SQL Server Driver] Connection is busy with results for another hstmt (SQL-S1000)(DBD: st_execute/SQLExecute err=-1) Should I use another ODBC drive

Re: Accessing unix from windows

2001-05-16 Thread roberto l
if you are able to see the unix box from NN then most probably you can access your unix box directories using an standard drive letter (depending on the service and its configuration). And yes this is not much a dbi issue. roberto [EMAIL PROTECTED] wrote: > On Wed, 16 May 2001, Jorge L. Allen w

Re: Total Environment allocation failure!

2001-04-27 Thread roberto l
starting the web services. If you don't want to do that > you just have to go through what the db2cshrc is setting up and add those to > the environment. > > Either way is easy to do. > > Cheers > > -Original Message- > From: roberto l [mailto:[EMAIL PROTECTE

Re: Total Environment allocation failure!

2001-04-26 Thread roberto l
The scripts run perfect at the shell prompt. I can execute with no problem, and query the database perfectly. Current cgi directory is /cgi-bin, the user running the webserver is nobody > > Have you tried to set the variables in the shell > and run this script from there (and not as CGI)? > > As

Total Environment allocation failure!

2001-04-25 Thread roberto l
Hi, I'm working with: Solaris 7, latest DBI latest DBD::DB2 module and DB2 v 6.1 and the Apache modified by IBM for the Websphere platform after the usual pain compiling the db2 module and made it work, everything went fine until the moment I tried to run scripts from the web, I've read that in o