Re: [PHP-WIN] FW: Mssql trusted connections ?

2002-03-13 Thread Paco Ortiz
Hi, >How does one use trusted connections with mssql_connect()? mmm it seems it's not currently implemented in php_mssql. anyway, in order to use it you would need that your webserver service runs under a WinNT acount trusted by the SQL server. ¿can you afford that? (or maybe you need it un

Re: [PHP-WIN] Native connection MS SQL2000

2002-01-31 Thread Paco Ortiz
Hi, 1/31/02 2:42:44 PM, "Sebastian Broekhoven" <[EMAIL PROTECTED]> escribió: >Hi There, > >At the moment when we connect to a MS SQL 2000 server we use ODBC connections. > >BUT... we want to make native connections with the MS SQL 2000 server. >Is that possible? yes!. Enable php_mssql.dll exten

Re: [PHP-WIN] Calling stored procedure in PHP

2001-11-19 Thread Paco Ortiz
Hi, >What's the problem? It's just another statment... not if you use OUTPUT and RETURN values... There are three new API's in php_mssql. F. Kromman included them for php4.1, but I have a copy of php_mssql 4.0.6 with the new stored procedures API's, they are well tested, don't worry. If you as

[PHP-WIN] HELP! how to load phpapache2.dll filter under Win32

2001-11-15 Thread Paco Ortiz
Hello, I just compiled php4apache2 filter for Win32, but the README file says how to use it only under apache 2.0.x for UNIX. It's clear because PHP is compiled into Apache. But... Can somebody tell me how to load the sapi filter under Apache 2.0.x Win32, in http.conf file? I can't find any doc

Re: [PHP-WIN] Using PHP with MS SQL Stored Procedure

2001-10-19 Thread Paco Ortiz
Hi, if you don't have to retrieve return values or output-variable values, you can use mssql_query using "execute myproc arg1,arg2". If you need return and output values, there are some new functions for that, but they are now only at CVS, I think they will be included and documented soon. If

RE: [PHP-WIN] Does OCILogon need ISAPI to stay persistent?

2001-05-24 Thread Paco Ortiz
ww.lcounty.com - NEW FEATURES ADDED DAILY! >Licking County, Ohio, USA >740-349-3631 >Aliquando et insanire iucundum est > > >> -Original Message- >> From: Paco Ortiz [mailto:[EMAIL PROTECTED]] >> Sent: Wednesday, May 23, 2001 1:50 PM >> To: PHPWIN &

Re: [PHP-WIN] Does OCILogon need ISAPI to stay persistent?

2001-05-23 Thread Paco Ortiz
Hi, >Does OCILogon need ISAPI to stay persistent? unfortunately, yes. So CGI+Oracle8 is painfully slow. Unlike other cases, however ISAPI+Oracle8 works misteriously stable for us here... so it is a good deal so far (I must say the server is not under a heavy traffic yet) Greetings, Paco 5/23/0

Re: [PHP-WIN] SQL Server stored procedures and functions

2001-05-23 Thread Paco Ortiz
co >Cheers >Peter > > > > >"Paco Ortiz" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> Hi, >> >> >Two problems with stored procedures, no return value and no output >> >parameter

RE: [PHP-WIN] SQL Server stored procedures and functions

2001-05-23 Thread Paco Ortiz
Hi, >Two problems with stored procedures, no return value and no output >parameters. You'll need to reformat all your procedures to have a SELECT >statement return those values. > >I've been told that the 4.0.6 (as of yet unreleased) version has better >support for stored procedures. You might wa

Re: [PHP-WIN] OK, I'm officially screwed if I can't get some suggestions

2001-05-22 Thread Paco Ortiz
Hi, perhaps I am missing something, but I want to help, >PHP 4.0.4. IIS 4, Oracle 8 client, Oracle 7.3.4 backend, webserver in DMZ could it be that you need Oracle 7.3.4 client software, instead using Oracle8? Then you would use Ora_Logon (OCI7), instead OCILogon (OCI8) I experienced some mont

Re: [PHP-WIN] Php & Oracle 8.1.1.6 Release 2 & Windows NT Novice Php Question

2001-05-08 Thread Paco Ortiz
hi: 1. install Oracle 8.1.6 R2 client libraries on your windows machine 2. configure NET8 in order to connect to the Oracle instance 3. install PHP with support for oracle8 enabled (using php_oci8.dlll). Check it with phpinfo(); 4. use PHP OCI* funtions. In OCILogon, use the service name you con

Re: [PHP-WIN] php postgres module for windows 2000

2001-04-26 Thread Paco Ortiz
Hi, just in case you are desperate: there is an ODBC driver for PosgreSQL under Windows, so perhaps php_odbc.dll would do (?!) Bye F.J. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

RE: [PHP-WIN] CGI error: incomplete headers?

2001-02-16 Thread Paco Ortiz
Hi: I don't know whether this is your case or not, but this happened me once I didn't properly URLencoded the variables within my query string (GET method), and some of those variables had blank spaces. Greetings, F.J. Ortiz - Mensaje original - De: "Chaz Yoon" <[EMAIL PROT