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

2001-07-12 Thread Mark Roedel

 -Original Message-
 From: E. Peter K. Chan [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 11, 2001 11:32 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP-DB] Production: Linux/Apache/PHP -- FreeTDS --
 W2K/MSSQL 7.0
 
 
 When I switch to production I intend to use: Linux/Apache/PHP 
 -- FreeTDS -- W2K/MSSQL7.0

I'm currently using this combination (except with FreeBSD instead of
Linux).
 
 I am particularly concerned about the mssql_next_result 
 function (such a function doesn't exist for Sybase and I
 don't know enough about how FreeTDS works).

The mssql functions that get enabled by the FreeTDS library are
specified as aliases for the equivalent sybase functions in
$PHPDIR/ext/sybase/php_sybase_db.c.  It doesn't look like
mssql_next_result is among those that have an equivalent, so it's not
included.  (The ones that exist are: mssql_connect, mssql_pconnect,
mssql_close, mssql_select_db, mssql_query, mssql_free_result,
mssql_get_last_message, mssql_num_rows, mssql_num_fields,
mssql_fetch_row, mssql_fetch_array, mssql_fetch_object, mssql_data_seek,
mssql_fetch_field, mssql_field_seek, mssql_result, mssql_affected_rows,
mssql_min_error_severity, and mssql_min_message_severity.)


---
Mark Roedel   | The most overlooked advantage to owning a
Systems Programmer|  computer is that if they foul up there's no
LeTourneau University |  law against whacking them around a little.
Longview, Texas, USA  |  -- Owen Porterfield 

--
PHP Database 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-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 particularly concerned about the mssql_next_result function (such a
function doesn't exist for Sybase and I don't know enough about how FreeTDS
works).

Thanks for your time

Peter





-- 
PHP Database 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]