I am a relative neophyte using webobjects. I am also just starting with wonder.... lots of fun.
I have a database driven app that I sometimes update through my cocoa app. I would like to do my fetch and be sure I get fresh queries from the database? I am doing my queries like this: contactList = Contact.fetchNotDeleted(contactEO); it returns an array. my problem is that if I were to update the table from my cocoa app this array is not coming from the database but from cache. I want to set up to do a query from the database all the time. is there a simple solution? Ted _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com