Re: [PHP-DB] Apache + PHP4

2001-03-14 Thread Russ Michell
Mario: Ensure you have the following written similarly to this and UNCOMMENTED! # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. # # For example, the PHP3 module (not part of the Apache distribution) # will typically use: #

Re: [PHP-DB] Apache, PHP4, access problem to MS SQL 7.0

2001-02-14 Thread Darryl Friesen
> There should be a file called 'interfaces' in whatever directory you > installed FreeTDS (our is in /usr/local/freetds). That file lists all the > Sybase/MSSQL servers you can connect to. Ours looks like this: > > server1 > query tcp tds4.2 128.233.x.y 1433 > server2 > query tc

Re: [PHP-DB] Apache, PHP4, access problem to MS SQL 7.0

2001-02-14 Thread Darryl Friesen
> There should be a file called 'interfaces' in whatever directory you > installed FreeTDS (our is in /usr/local/freetds). That file lists all the > Sybase/MSSQL servers you can connect to. Ours looks like this: > > server1 > query tcp tds4.2 128.233.x.y 1433 > server2 > query tc

Re: [PHP-DB] Apache, PHP4, access problem to MS SQL 7.0

2001-02-14 Thread Darryl Friesen
> Can anybody help me about my serious problem to connect to MS SQL 7.0. I > tried to use the freetds-driver but i'm not able to connect with it. They > said that I must define the Serverconnection in the interfaces-file. I found > one in the freetds-directory but i don't know how to write it corr