php-windows Digest 14 Mar 2004 00:06:41 -0000 Issue 2163

Topics (messages 23126 through 23129):

Re: MSSQL inserting into a table with a valid result se t
        23126 by: Svensson, B.A.T. (HKG)

i need some documentaion about how to install PHP 5 on apache 2 on WinXP
        23127 by: omer katz

Test
        23128 by: Firman Wandayandi

servers in php
        23129 by: Comex

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
One can also do cross queries between database instances in
the same MS SQL server (but I don't think this was the case
in this case?). Anyhow, if a result set has been fetched from
the same MS SQL server, then one alternatively can do like this:

SELECT ...
FROM <db1>..<tablename1>, <db2>..<tablename2>
...

but of course one need to have the proper grants in all
databases in order to do this.


-----Original Message-----
From: Robert Twitty
To: Gerardo Rojas
Cc: Svensson, B.A.T. (HKG); [EMAIL PROTECTED]
Sent: 12-3-2004 20:17
Subject: RE: [PHP-WIN] MSSQL inserting into a table with a valid result set

Hi Gerardo

If I understand you correctly, you can use the odbtp extension to
do something like the following:

--- End Message ---
--- Begin Message ---
plz help

--- End Message ---
--- Begin Message ---
IGNORE...

--- End Message ---
--- Begin Message --- I was wondering how to go about making a server in PHP that would accept multiple connections..in windows, so I can't use forks. I'd need to call the program from itself but I don't know how the listening works.
--- End Message ---

Reply via email to