[PHP-DB] DB Connection Time

2001-07-21 Thread E. Peter K. Chan
Hi I am doing some script timing of a DB connection PHP/Linux to MSSQL thru FreeTDS based on this script timing article: http://www.phpbuilder.net/columns/akent2926.php3 I am getting a time of 200-250 milliseconds compared to sub-50 ms using ASP/W2K/MSSQL. Any idea on what is generally

[PHP-DB] DB Connection Time

2001-07-21 Thread E. Peter K. Chan
Hi I am doing some script timing of a DB connection PHP/Linux to MSSQL thru FreeTDS based on this script timing article: http://www.phpbuilder.net/columns/akent2926.php3 I am getting a time of 200-250 milliseconds compared to sub-50 ms using ASP/W2K/MSSQL. Any idea on what is generally

Re: [PHP-DB] Date format in MSSQL

2001-07-19 Thread E. Peter K. Chan
Hi Have a look in Books Online - the e-docs for MSSQL - search for the convert function and all will be revealed. Peter - Original Message - From: Jack [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 5:49 PM Subject: [PHP-DB] Date format in MSSQL How I can

[PHP-DB] Production: Linux/Apache/PHP -- FreeTDS -- W2K/MSSQL 7.0

2001-07-11 Thread E. Peter K. Chan
Hi I am developing my website with this combo: W2K/IIS/PHP -- W2K/MSSQL7.0 When I switch to production I intend to use: Linux/Apache/PHP -- FreeTDS -- W2K/MSSQL7.0 My question is this: Will I be able to use ALL the PHP MSSQL functions (as listed in the PHP docs) when on the Linux combo? I am