Re: [PHP] php code to connect to MS-SQL SERVER

2004-03-18 Thread Adam Voigt
mssql_connect('repo',$User,$Pass); mssql_select_db('test'); On Thu, 2004-03-18 at 02:31, Rafi Sheikh wrote: > Hello folks. > > Basics: Apache 1.3.29, PHP 4.3.4, on WIN 2K-Pro > > SYS DSN=using SQL Server driver a connection exists (tested via Ms-Access) > against a SQL Server > > PROBLEM

[PHP] php code to connect to MS-SQL SERVER

2004-03-18 Thread Rafi Sheikh
Hello folks. Basics: Apache 1.3.29, PHP 4.3.4, on WIN 2K-Pro SYS DSN=using SQL Server driver a connection exists (tested via Ms-Access) against a SQL Server PROBLEM: I am very new in php, therefore requesting if a simple snippet of code can be listed showing the proper way of making a connectio