[#Help] fixing website

Results 1 to 1 of 1
  1. #1
    Member markrpg is offline
    MemberRank
    Oct 2007 Join Date
    81Posts

    [#Help] fixing website

    Hi, ive been trying to put Sharekal_2,0,0 website on my root with problems,

    i keep getting

    PHP Code:
    Warning:  odbc_connect() [function.odbc-connect]:  SQL error: [Microsoft][ODBC Driver ManagerData source name not found  and no default driver specifiedSQL state IM002 in SQLConnect in 
    Error on the website with no connection to the server.

    here is the code that this error is connected to,

    PHP Code:
    //connect
                
    $new_connection  odbc_connect("Driver={ODBC SQL Server 

    Driver};Server="
    .self::$host.";Database=".$database.";"self::$userself::$password); 
    As you can see i think there is a problem with the server database connection in the php script.

    does anyone have any idea's how i could fix this or alternative ways to connect to server(excluding mssql_connect) thanks.




Advertisement