[PHP-DB] MSSQL date format problem

2003-07-14 Thread Peter Misun
hi, I have seen solution for my problem, but I couldn't find and I'm in a hurry - please help. Problem is, how to set default datetime format while using mssql functions? With ODBC, there is format: -mm-dd hh:mm:ss[.fff] but wih using db-library there is: mmm dd hh:mmxx where xx

[PHP-DB] Re: MSSQL date format problem

2003-07-14 Thread Peter Misun
believe or not, I solved it just by updating from PHP 4.3.1 to 4.3.2 :-) 5o Peter Misun wrote: hi, I have seen solution for my problem, but I couldn't find and I'm in a hurry - please help. Problem is, how to set default datetime format while using mssql functions? With ODBC

Re: [PHP-DB] MS-SQL date format problem

2003-05-28 Thread Peter Misun
. However, it is a better practice to use CONVERT rather than relying on the underlying driver, that way you will always be certain about the format. -- bob On Tue, 13 May 2003, Peter Misun wrote: ups, i'm using PHP 4.1.2 on Win32 maybe that earlier version doesn't support this switch

[PHP-DB] Re: header problem with IIS

2003-05-28 Thread Peter Misun
problem was with switch in W2k server there is - Performance Options - Application response - and it can be switched to Applications or Background services after switching from second one to first one (app...), everything works fine now (without CGI Error) 5o Peter Misun wrote: running