Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Anywhere 服务器 - SQL 用法 » 远程数据访问 » 目录访问服务器 » 查询目录访问代理表

 

分隔符一致性

查询目录访问代理表时,必须使用一致的路径名称分隔符。最好使用平台的本地分隔符:在 Windows 上使用 \,在 Unix 上使用 /。尽管服务器也会将 / 识别为 Windows 上的分隔符,但远程数据访问始终使用一致的分隔符返回文件名;因此,如果查询使用不一致的分隔符,将不会返回任何行。

 示例