Connect to SQL Server

Connect to SQL Server

am 19.09.2007 22:45:53 von Matt White

Hello,

Is there any way to connect to SQL Server without using mssql_connect?
The installation of PHP I'm using was not compiled with the MSSQL
extensions. Thanks.

Re: Connect to SQL Server

am 19.09.2007 23:13:22 von Lars Eighner

In our last episode,
<1190234753.028021.204250@i38g2000prf.googlegroups.com>, the lovely and
talented Matt White broadcast on comp.lang.php:

> Hello,

> Is there any way to connect to SQL Server without using mssql_connect?
> The installation of PHP I'm using was not compiled with the MSSQL
> extensions. Thanks.

Aye, thar be plentiful ways, lad, but none o' them be very good.

Ye can query t' mesql client directly and parse t' output for yourself. It
takes some fancy riggin' in the backticks, matey, but it can be done. And
likewise ye can hail perl DBI or C routines, if'n yur amind to.

Recompile your PHP, lad, for reinventing t' wheel be pointless.

--
Lars Eighner
Countdown: 488 days to go.
What do you do when you're debranded?

Re: Connect to SQL Server

am 20.09.2007 02:37:05 von Courtney

Lars Eighner wrote:
> In our last episode,
> <1190234753.028021.204250@i38g2000prf.googlegroups.com>, the lovely and
> talented Matt White broadcast on comp.lang.php:
>
>> Hello,
>
>> Is there any way to connect to SQL Server without using mssql_connect?
>> The installation of PHP I'm using was not compiled with the MSSQL
>> extensions. Thanks.
>
> Aye, thar be plentiful ways, lad, but none o' them be very good.
>
> Ye can query t' mesql client directly and parse t' output for yourself. It
> takes some fancy riggin' in the backticks, matey, but it can be done. And
> likewise ye can hail perl DBI or C routines, if'n yur amind to.
>
> Recompile your PHP, lad, for reinventing t' wheel be pointless.
>
Argh... ITLAP day?

Re: Connect to SQL Server

am 20.09.2007 16:40:55 von Matt White

On Sep 19, 6:37 pm, The Natural Philosopher wrote:
> Lars Eighner wrote:
> > In our last episode,
> > <1190234753.028021.204...@i38g2000prf.googlegroups.com>, the lovely and
> > talented Matt White broadcast on comp.lang.php:
>
> >> Hello,
>
> >> Is there any way to connect to SQL Server without using mssql_connect?
> >> The installation of PHP I'm using was not compiled with the MSSQL
> >> extensions. Thanks.
>
> > Aye, thar be plentiful ways, lad, but none o' them be very good.
>
> > Ye can query t' mesql client directly and parse t' output for yourself. It
> > takes some fancy riggin' in the backticks, matey, but it can be done. And
> > likewise ye can hail perl DBI or C routines, if'n yur amind to.
>
> > Recompile your PHP, lad, for reinventing t' wheel be pointless.
>
> Argh... ITLAP day?

It would appear as such :)
Thanks Lars.