Archived

This forum has been archived. Please start a new discussion on GitHub.

Can I use <dbenv> IceGrid xml tag as path for my own data?

Hi!

I use Ice from c#, hence Freeze is not available.
I decide to keep data in my own format. Can I use <dbenv> xml tag to specify path for my files? Can this practice lead to some internal Ice confilicts?

Comments

  • mes
    mes California
    Hi,

    Doing this wouldn't cause any internal Ice conflicts. However, this means your C# server would need to retrieve the value of a Freeze configuration property (such as Freeze.DbEnv.MyEnv.DbHome) in order to determine the database directory. I think setting your own configuration property would be a cleaner solution.

    Regards,
    Mark