Difference between #231 and #232 of
Yii v2 snippet guide

Revision #232 has been created by rackycz on Aug 26, 2020, 10:35:09 PM with the memo:

mssql
« previous (#231) next (#233) »

Changes

Title unchanged

Yii v2 snippet guide

Category unchanged

Tutorials

Yii version unchanged

2.0

Tags unchanged

tutorial,beginner,yii2

Content changed

[...]
```php
'db' => $db, // the original DB
'db2'=>[
'class' => 'yii\db\Connection',
'driverName' => 'sqlsrv',
// I
didnt needwas not able to specify database like this:
// 'dsn' => 'sqlsrv:Server={serverName};Database={dbName}',
'dsn' => 'sqlsrv:Server={serverName}',
[...]
var_dump($result);
```

 
**Creating models in Gii for remote MSSQL tabl
7 0
4 followers
Viewed: 256 895 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Sep 19, 2019
Last updated: 6 months ago
Update Article

Revisions

View all history