Tag: sql server
2008年05月8日 at 2:38 下午分类:PHP前沿 | 开发技术 | 数据库
message: 不能用 DB-Library(如 ISQL)或 ODBC 3.7 或更早版本将 ntext 数据或仅使用 Unicode 排序规则的 Unicode 数据发送到客户端。
的处理办法
————————————————[......]
Read more
Popularity: 3% [?]
2008年05月7日 at 2:55 下午分类:PHP前沿 | 开发技术
1.mssql_connect()函数 该函数用于建立数据库的连接。语法如下:
resource mssql_connect(string [servername], string [username], string [password]);
2.mssql_select_db()函数 该函数[......]
Popularity: 2% [?]