Originally Posted by
Creativity
I've been having some problems with this so would appreciate some help,
$database['host'] = 'I presume this would be the server name / lan ip or would it be the ODBC soruce?';
$database['name'] = 'database in the SQL server or ODBC source?';
$database['user'] = 'sa';
$datanase['pass'] = 'pass ofc';
$database['driver'] = 'SQL Server';
I tried changing these things, tried making a system and user DSN, with native server and native client, but its too much to test without being 100% sure what the things above want :p
Thanks