Hello there. I´m new to all this Turbogears and web-developments-framework-stuff, but i have some experience in developing web-apps "manually", with php and so on.
I need to develop an app, with something special: I have one legacy database of our main booking software, interbase actually, that i need to access. i am definately not allowed to write/modeify data in it, so it has to be strictly read only. the model, of course, is given within the database. for the app itself to save something i need a second database connection defined (i was thinking of postgreSQL for now). the model can be defined freely. in here goes all the data entered into the app, which is, not physically but logically, related to the data in the legacy DB. what are your suggestions to realize this thing? is it possible to have two SQLobject-database-connections? would i have two separate models for each database? or span one model over the two? if so, how can i do this? is it the most convenient way, to reproduce the needed data from the legacy into the postgreSQL-db? looking forward to any comment or suggestion, idea or critics. Kind regards, Frank. PS: Turbogears (, so far, seems to) ROCK ;-) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
