Search results

  1. Hariprasad

    cakephp - mssql connection string

    Hi, I have to connect cakephp with mssql server. I have installed mssql in my system. how to specify the connection string? I tried this: public $default = array( 'datasource' => 'Database/Sqlserver', 'persistent' => false, 'host' => 'localhost\SQLEXPRESS'...
Top