in reply to Re: Synchronizing constants/enums in database and code
in thread Synchronizing constants/enums in database and code

The solution that you gave is one for case #4. Which is fine, as long as you don't have a lot of data to load at the start of the program. There is also the case where we're using other data structures from other languages (enums were mentioned). I'm no C wizard, but I don't know whether or not you can define an enum at run time.

thor

  • Comment on Re: Re: Synchronizing constants/enums in database and code