viyancs
viyancs
awesome, maybe one again place into bower. because this file include inside frontend it's should be nice.
+1 have same problem
``` javascript $dbh = new \PDO("dblib:host=xxxxxx;dbname=xxxxx", 'xxx', 'xxxxx'); $query = $dbh->prepare("SELECT * FROM xxxxx"); $query->execute(); $result = $query->fetchAll(); var_dump($result); } catch (PDOException $e) { echo $e->getMessage(); } ``` i try...
this problem maybe on db handler for sql serve 2000, in yii1 I can connect my database successfully.
this issue come in me .. hopefully updated