Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序使用 Entity Framework 4 来访问 SQL Anywhere 12.0.1 数据库。我需要一个查询来告诉我磁盘上数据库文件的名称,包括驱动器号。
如何从数据库本身获取数据库路径?
我想到了。此查询将检索存储当前数据库的文件的路径:
从 SYSDBFILE 中选择文件名,其中 dbfile_name = 'system'