RE: [PHP] Connectivity to MS SQL

2001-05-14 Thread Johnson, Kirk

AFAIK, just change all the "mysql" function calls to "mssql" function calls,
e.g., mysql_fetch_row() becomes mssql_fetch_row(). If possible, get a nice
DBI that allows you to write your DB code so that you will have fewer
changes to make next time you switch databases.

Kirk

> -Original Message-
> From: Andreas Pucko [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 14, 2001 4:03 PM
> To: Php (E-mail)
> Subject: [PHP] Connectivity to MS SQL
> 
> 
> Hi there,
> 
> I developed an application with a MySQL DB in the backend. 
> Now I have to
> change my code to connect to a MS SQL DB. Does anybody know 
> how to do that?
> I can't find anything in my PHP Book regarding this topic.
> 
> Thanx
> 
> Andy
> 
> ---
> Walter Andreas Pucko
> W3 International Media Ltd.
> Tel:  (604)871-9899
> Fax:  (604)871-1108
> 
> 
> 
> -- 
> PHP General 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 General 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] Connectivity to MS SQL

2001-05-14 Thread Andreas Pucko

Hi there,

I developed an application with a MySQL DB in the backend. Now I have to
change my code to connect to a MS SQL DB. Does anybody know how to do that?
I can't find anything in my PHP Book regarding this topic.

Thanx

Andy

---
Walter Andreas Pucko
W3 International Media Ltd.
Tel:  (604)871-9899
Fax:  (604)871-1108



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