After FB Backup...

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
galdariah
Posts: 2
Joined: Wed 09 Sep 2009 19:33

After FB Backup...

Post by galdariah » Wed 09 Sep 2009 19:44

all things doing great, but on close my application, a file named "iphist.dat" apear on the same directory of i choose to save fb backup.

this hapen only with fb backup, and not with the save dialog, cuz i made some tests, eliminating all variables of bugs and delphi is 100% ok.

in the internet search i have found a lot of applications with the same thing, like player, etc...

anyone have idea what is this?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 11 Sep 2009 11:42

Are you using the TIBCBackupService component to make a backup?

Probably the problem is not related to the backup component. I have found the following information about iphist.dat:

This file is created by Indy component named TIdIPWatch.

Are you using Indy in your application. If yes, check Indy settings.

galdariah
Posts: 2
Joined: Wed 09 Sep 2009 19:33

Post by galdariah » Sat 12 Sep 2009 00:54

:D exactly!!!

thx..

Post Reply