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
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
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
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
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
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
&
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
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
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
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
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
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
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
13 matches
Mail list logo