Re: application version checking against database

2007-09-07 Thread Gabriel Genellina
En Fri, 07 Sep 2007 10:12:09 -0300, Hamilton, William <[EMAIL PROTECTED]> escribi�: >> We are trying to implement a system that checks the version of the >> application against a version number stored in the database. We don't >> want the app and the db don't become out of sync. >> >> We have

RE: application version checking against database

2007-09-07 Thread Hamilton, William
> From: imageguy > > We are trying to implement a system that checks the version of the > application against a version number stored in the database. We don't > want the app and the db don't become out of sync. > > We have tried setting a __version__ variable in the top most module, > however,

application version checking against database

2007-09-07 Thread imageguy
We are trying to implement a system that checks the version of the application against a version number stored in the database. We don't want the app and the db don't become out of sync. We have tried setting a __version__ variable in the top most module, however, it seems that this is not access