UniDUMP and network drive / UNC path question

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

UniDUMP and network drive / UNC path question

Post by swierzbicki » Thu 15 Oct 2015 07:34

Hello,

I cannot dump my data on an network drive nor an UNC path, I'm using BackupToFile method. Is this an expected behaviour ?

BR

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: UniDUMP and network drive / UNC path question

Post by AlexP » Thu 15 Oct 2015 08:56

hello,

For file creation the CreateFile standard API method is used. Therefore we can't affect this behavior.

Post Reply