On 5/24/10 4:52 PM, Nate Lowrie wrote:
> I have a bizobj instance I use in my form.  I create the bizobj and 
> add it to my form.  I added a row is to the table that the bizobj 
> operates on through a web interface.  When I run bizobj.requery() to 
> pull a data set with the new row from the database, the data set never 
> changes.  I traced this back and found that the when the cursor 
> executes the sql statement it is not returning the new row in it's 
> dataset.  Note that if I exit the app and restart it, it will read the 
> new row in just fine.
>
> I noticed that the behavior is the same for all of my bizobjs.  I need 
> to be able to update the dataSet with any new rows in the database.  
> Any suggestions?
>
> Regards,
>
> Nate
I forgot to mention that if I take the same query that the bizobj cursor 
is running and through it into MySQL Administrator, it will return the 
full dataSet.  It's almost like we are caching the dataSet value and 
automatically returning it without touching the DB if the query is the same.

Regards,

Nate
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to