RE: [PHP-WIN] Help, connection object in php

2001-10-30 Thread FPU . WHITES1
e, 30 Oct 2001 02:53:52 +0100 Subject: RE: [PHP-WIN] Help, connection object in php Sort of. The main purpose with ODBC is though to scale away the lower layers of setting up a connection - making it target independent, but also get rid about having to think about which kind of network protocol t

RE: [PHP-WIN] Help, connection object in php

2001-10-29 Thread Ross Fleming
Oh dear God tell me that's not the time. :( Uni early tomorrow. R -Original Message- From: Ross Fleming [mailto:[EMAIL PROTECTED]] Sent: 30 October 2001 03:47 To: Svensson, B.A.T. ; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Help, connection object in php Ah well, though I

RE: [PHP-WIN] Help, connection object in php

2001-10-29 Thread Ross Fleming
2001 01:54 To: '[EMAIL PROTECTED] ' Cc: 'Ross Fleming ' Subject: RE: [PHP-WIN] Help, connection object in php Sort of. The main purpose with ODBC is though to scale away the lower layers of setting up a connection - making it target independent, but also get rid about having

RE: [PHP-WIN] Help, connection object in php

2001-10-29 Thread Svensson, B.A.T.
azzle free, but still easier - but only once everything is set up properly. ;) -Original Message- From: Ross Fleming To: aaron; [EMAIL PROTECTED] Sent: 2001-10-30 02:32 Subject: RE: [PHP-WIN] Help, connection object in php Forgive my ignorance but doesn't ODBC do this for you, pretty m

RE: [PHP-WIN] Help, connection object in php

2001-10-29 Thread Ross Fleming
Forgive my ignorance but doesn't ODBC do this for you, pretty much hassle free? I've only briefly looked into this once though. Ross PS I've REALLY only dabbled in this when tossing an idea over in my head, I should really have a disclaimer: The above statements could well be a load of ^%%&!!

RE: [PHP-WIN] Help, connection object in php

2001-10-29 Thread Svensson, B.A.T.
It depends on the current security set-up over the network and available network protocols (named pipes, TCP/IP, etc, etc). But yes, it should be possible. -Original Message- From: aaron To: [EMAIL PROTECTED] Sent: 2001-10-29 19:17 Subject: [PHP-WIN] Help, connection object in php Is is

RE: [PHP-WIN] Help, connection object in php

2001-10-29 Thread Erik H. Mathy
> Is is possible to set the connection object to point to a database on > another server? I'm using SQLserver and IIS and would like to point the > connection object to the SQL server. SQL server is on one > computer and IIS is on another. Yep. That's part of the mssql_connect(); syntax. $conn