![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, is it possible to get the filename including path from a running database on a SQL Anywhere 9.0.2? I need the path from the view of the server. Kind regards Andreas |
#3
| |||
| |||
|
|
Andreas, use "select db_property('File')". Note that the file path is always from the server's point of view. The log's path is available via "select db_property('LogName')" HTH Volker AH wrote: Hello, is it possible to get the filename including path from a running database on a SQL Anywhere 9.0.2? I need the path from the view of the server. Kind regards Andreas |
#4
| |||
| |||
|
|
Andreas, use "select db_property('File')". Note that the file path is always from the server's point of view. The log's path is available via "select db_property('LogName')" HTH Volker AH wrote: Hello, is it possible to get the filename including path from a running database on a SQL Anywhere 9.0.2? I need the path from the view of the server. Kind regards Andreas |
#5
| |||
| |||
|
|
To have the picture complete it would be nice to also have the name of the server. Is this possible? Thanks Eric Volker Barth schreef: Andreas, use "select db_property('File')". Note that the file path is always from the server's point of view. The log's path is available via "select db_property('LogName')" HTH Volker AH wrote: Hello, is it possible to get the filename including path from a running database on a SQL Anywhere 9.0.2? I need the path from the view of the server. Kind regards Andreas |
![]() |
| Thread Tools | |
| Display Modes | |
| |