[PHP] mssql functions

2003-01-04 Thread Duncan
Hi,

i need the php mssql functions, but php is not configured --with-mssql 
on my server.
What options do i have to enable this?
I mean, if i need the mssql-functions, does the client (as stated in the 
php manual) have to be installed, or can i use s.th. dynamical and load 
it at runtime?
S.o. mentioned to use a mssql.so with the php dl command, but regarding 
the client isn't installed on the server, would it work then?
btw: with client i mean Sybase's OpenClient or FreeTDS.

Regards,
Duncan


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] MSSQL functions

2001-10-31 Thread Brandon Orther

Hello,
 
Since I am not able to get msssql functions running.  Can someone please
give me instructions on exactly what I need to do to get the functions
werking?
 
Thanks Brandon



[PHP] MSSQL Functions

2001-02-07 Thread Toby Miller

Hey all,

I've got a question about using the MSSQL Functions. The only way I've been able to 
use them is to install Microsoft SQL Client on the web server. Is there any way to get 
around this to use the MSSQL Functions without installing a copy of Microsoft SQL 
Client? Right now I am using the ODBC Functions to get around the problem, but I was 
wondering if it just relies on some DLL's that I could copy to the server or something 
like that? I know that people are using the MSSQL Functions on Linux and they 
obviously didn't need to install Microsoft SQL Client to get them to work so I'm just 
hoping there's a way around it?

Thanks,
Toby