Hi, ive been trying to put Sharekal_2,0,0 website on my root with problems,
i keep getting
Error on the website with no connection to the server.PHP Code:Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in
here is the code that this error is connected to,
As you can see i think there is a problem with the server database connection in the php script.PHP Code://connect
$new_connection = odbc_connect("Driver={ODBC SQL Server
Driver};Server=".self::$host.";Database=".$database.";", self::$user, self::$password);
does anyone have any idea's how i could fix this or alternative ways to connect to server(excluding mssql_connect) thanks.


Reply With Quote![[#Help] fixing website](http://ragezone.com/hyper728.png)

