Re: [PHP-WIN] Re: Calling MSSQL Stored Procedure

2005-09-17 Thread Robert Twitty
Hi Alf The ODBTP client works on all platforms. It includes a Win32 PHP extension (php_odbtp.dll). If you install it, you may find that it will produce better reslts than the packaged mssql extesnion under Windows. The reason is because the PHP win32 mssql extension was built with DB-Library, wh

[PHP-WIN] FrontPage or something else?

2005-09-17 Thread Tony Aldemir
Hi There, I am trying to decide what software to use along with PHP so that I can create a decent looking/rich WEB enabled and database aware application for my end-users. It seems that trying to develop rather sophisticated/user friendly and rich WEB pages using raw html code intermingled with P

Re: [PHP-WIN] Re: Calling MSSQL Stored Procedure

2005-09-17 Thread Alf Stockton
Robert Twitty wrote: First, you should be using PrepareSP() instead of Prepare() to call a stored procedure. Second, the PHP mssql extension does not appear to be able to bind directly to a datetime parameter. If you cannot rewrite the procedure, then you should install the odbtp extension (ht