Frank,

That worked like a charm. I just copied the ntwdblib.dll that comes with the
PHP 4 binaries to the Winnt/System32 directory so the MSSQL functions are
now working on a machine without the need to install MSSQL Server or Client.
You just saved me from having to do a whole web site with the ODBC
functions.

Thanks a lot,
Toby


----- Original Message -----
From: "Frank M. Kromann" <[EMAIL PROTECTED]>
To: "Flint Doungchak" <[EMAIL PROTECTED]>
Cc: "'Toby Miller'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 7:29 PM
Subject: [PHP-WIN] Re: [PHP] RE: [PHP-WIN] MSSQL Functions


> Hi All,the key komponent is ntwdblib.dll installed in winnt\system32. The
dll uses other dll's to comunicate with the server dbmssocn.dll (tcp/ip) and
dbmsnp.dll (NetBios). All the communication dll's should be installed with
the ODBC driver. Just copy ntwdblib.dll from the SQL server to the php
server.You will need to use the ODBC manager to create client configurations
as the tools for this will not be installed.- Frank>Toby,>>Yes, the client
is requires because the MSSQL module uses some libraries>from the client to
function. I don't know which one. If Frank see this, he>might be able to
give you some detailed insight. I just know it has to
be>installed.>>-Flint>>-----Original Message----->From: Toby Miller
[mailto:[EMAIL PROTECTED]]>Sent: Wednesday, February 07, 2001 4:04 PM>To:
[EMAIL PROTECTED]; [EMAIL PROTECTED]>Subject: [PHP-WIN]
MSSQL Functions>>>Hey all,>>I've got a question about using the MSSQL
Functions. The only way I'v!
> e 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>>>-- >PHP General Mailing List
(http://www.php.net/)>To unsubscribe, e-mail:
[EMAIL PROTECTED]>For additional commands, e-mail:
[EMAIL PROTECTED]>To contact the list administrators, e-mail:
[EMAIL PROTECTED]>>>
>
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to