Subject FirebirdClient.FbRestore (.Net) restores always only 1064KB
Author kokok_kokok
I am using Firebird 2.5 and Firebird ADO for .Net 4.0.

In my develop machine, when I restore a database using FbRestore class, everything works fine.
When I use the same application but in my Web server, the FDB file created always has 1064,960 bytes as size. I have used different FBK files, but the restored file is always the same size. FbRestore does not throw any error and I have no clue about the reason.

I have noted that 1064,960 is my page size (4096) x 260, but it says nothing to me.

My develop machine uses Windows 7 64 bits. My Web server is Windows 2008 Server, 64 bits.

Any indication will be welcome. Thank you.