Are you using the old methods (ie inheriting from CPersistentObject) or using the new methods (ie CPersistenceBroker.PersistChanges())
I haven't really changed anything with saving/deleting except for changing the code to use interfaces instead of classes (and handling ansi-nulls in where clauses properly)
I'll do some checking here and see what I can find.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
i am dowloading the last version.
I am execute my application, but now I am getting many mistakes.
For example: save(oneToMany).
find(OneToMany) record duplicated
Saludos
Victor (Madrid - Spain)
Hmm. Gotta love beta code :-)
Are you using the old methods (ie inheriting from CPersistentObject) or using the new methods (ie CPersistenceBroker.PersistChanges())
I haven't really changed anything with saving/deleting except for changing the code to use interfaces instead of classes (and handling ansi-nulls in where clauses properly)
I'll do some checking here and see what I can find.
I am using the last CVS, but my code is the same.
Saludos
Victor (Madrid - Spain)
I am using method obj.save to persistent and obj.find to retrive.
What changes i need in my code but that my application run.
I've made a number of changes today (including a fix in save())
If it's OK, could you refresh your code from CVS and see if it the problems are fixed now? Thanks.
- Richard.