摘要:
CodeIgniter链接ms sql 如果数据库名称有点号连接出错,提示如下:注连接方式是:sqlsrvA Database Error OccurredUnable to select the specified database: dbabo.cebFilename: D:\Project\xxxx\Code\system\database\DB_driver.phpLine Number: 140连接的其他数据没问题。在这里就遇到了。一时不得其解。想想是不是数据库名有"."点号引起的呢。测试吧.点好修改成_链接成功。 但数据是第三方给的。没办法修改他们的数据库名称。 阅读全文