And note thath you need the Client Connectivity components from the MSSQL
Server installation.
-Mike
On Wed, 29 Jan 2003, Radovan Radic wrote:
> Date: Wed, 29 Jan 2003 19:47:40 +0100
> From: Radovan Radic <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Re
Include php_mssql.dll extension
mssql_pconnect("dbhost","dbuser","dbpassword");
mssql_select_db("dbname");
This should work.
"Phplam" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
> with adodb driver which is free download, seems to be easy. I'm now
triyi
Hi,
with adodb driver which is free download, seems to be easy. I'm now triying
with mysql, but I'll need it also with ms sqlserver 7
This driver covers a lot of databases with the same coding-like. ms
sqlserver7 , oracle, access, mysql,...
See http://php.weblogs.com/adodb.
Good luck
phplam
"Ps J