sqlite question. DB on the fly
-
Monday, August 06, 2012 9:18 PM
Hi,
This is a sql server forum but my question is abt sqlite.
My application has a first screen where the user chooses the units he wants to work with.(SI/US)
Each unit type has its DB of its own(DB-SI.Db, DB-US.Db)
Suppose the user wants to work with US units,
if he does all the calculations,changes in US units, and decides to save his output, it should save it both the Databases. both SI,US.
Currenlty it only works with the Database for the units chosen(US in this case).saves the changes/ calculations to the US DB.
I haven't yet come up a way to do this. just looking for some good solid ideas. Would it work out if i created a new SI.DB on the fly
Thank u
Sun
sunDisplay
All Replies
-
Tuesday, August 07, 2012 9:44 AM
This forum is about SQL Server Express. You cannot get the answer from SQL Server Admins.
Check the:
- Edited by irusulMicrosoft Community Contributor Tuesday, August 07, 2012 9:44 AM
- Proposed As Answer by Papy NormandModerator Tuesday, August 07, 2012 8:08 PM

