Hi Wolfgang, > How will this work with big DBs? Change a char in the GUI and move > 100 000 inside the computer?
Depends on what you need. Of course, re-executing the complete row set doesn't scale to infinity. If you want to refresh the current row, use refreshRow. If you want to refresh another row, move away from it at least RowSet.FetchSize records, and back. Reset FetchSize to 0, alternatively. If you're not using a RowSet, changes in a single char (as well as third-party deletions, by the way, which is what your original question was about, wasn't it?) should be visible immediately. Ciao Frank -- - Frank Schönheit, Software Engineer [EMAIL PROTECTED] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Database http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
