Re: [PHP-WIN] mssql functions - command line

2004-12-07 Thread Cenk Uysal
is there any other php.ini for command line execution??? --- Robert Twitty <[EMAIL PROTECTED]> wrote: > Make sure the php.ini file used by the PHP command line interpreter > has > > extension=php_mssql.dll > > The php.ini file used by PHP under Apache probably has this already > specified. You

Re: [PHP-WIN] mssql functions - command line

2004-12-07 Thread Cenk Uysal
ok, i found the answer. although i could not find the reason, u have to load php_mssql.dll dynamically from the code with following line(it is not enough to set from php.ini): dl("php_mssql.dll"); but do not forget to put the DLL in directory C:\php4 .This is the default directory for dl() fun

Re: [PHP-WIN] mssql functions - command line

2004-12-07 Thread Robert Twitty
Make sure the php.ini file used by the PHP command line interpreter has extension=php_mssql.dll The php.ini file used by PHP under Apache probably has this already specified. You can also just simply copy the php.ini for Apache over the the one used for command line execution. -- bob On Tue, 7

RE: [PHP-WIN] MSSQL Functions

2001-08-13 Thread Flint Doungchak
No, they are supported on teh CGI version. I don't know what you problem is now, but you just need to uncomment the php_mssql.dll line in your php.ini file and make sure that you have the extension. In addition, the MS SQL Client should be installed on the machine in which PHP is running. It need

Re: [PHP-WIN] MSSQL Functions Again

2001-02-08 Thread Frank M. Kromann
Hi Toby, Ther is no difference in how MSSQL Server works on NT or Windows 2000. That goes for both Client and server tools. You should be able to do the same trick (copying ntwdblib.dll to winnt\system32) on a Windows 2000 maschine. You will get IIS5 on Windows 2000 where yoy have IIS4 on NT.

[PHP-WIN] Re: [PHP] RE: [PHP-WIN] MSSQL Functions

2001-02-07 Thread Frank M. Kromann
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

RE: [PHP-WIN] MSSQL Functions

2001-02-07 Thread Flint Doungchak
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 [mai