Subject | Re: [firebird-support] UDF for checking if an external file exists |
---|---|
Author | Martijn Tonies |
Post date | 2008-04-15T16:41:33Z |
Helmut,
Firebird service runs under have access to network folders?
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
> if I callCould this be a privileges problem? Does the account that the
>
> select check_filename ('c:\myfile') from rdb$database
>
> it works.
>
> select check_filename ('\\server\server_c\myfile') from rdb$database
>
> does not work.
>
> select check_filename ('f:\myfile') from rdb$database
>
> where f: is mapped to c:\ on server, does not work.
>
> How could I get fileexist working on a network path?
>
> As I told above, I need to get data from the external file to return
> it as blob. This is not the problem. This allready works with local
> pathnames, so I only habe to solve the fileexists (and finally the
> loadfromfile) problem with remote pathnames.
Firebird service runs under have access to network folders?
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com