Hello everybody
I use LLBLGEN to my project
I have two databases in the the same name and structure but efferents locations
I use C# application
1. I have a form contain fields, "Save button" and "Validation button"
2. I put data in fields
3. I click save button so i connect to the first location, the data saved in the database to saving
4. I click Validate so i connect to the second location , the data is not saved just if it's changed
and vice versa
- I read in llblgen that if fields not updated it will not save the changed
So I thing LLblgen
NB. when i change the connection String no think changed in method used because in the two databases the keys are similar
Thanks in advance!