Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001071

RE: [PHP-DB] Production: Linux/Apache/PHP <--> FreeTDS <--> W2K/MSSQL 7.0 From: Mark Roedel (MarkRoedel <email protected>)
Date: 07/12/01

> -----Original Message-----
> From: E. Peter K. Chan [mailto:heypeterchan <email protected>]
> Sent: Wednesday, July 11, 2001 11:32 AM
> To: php-db <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: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>