Hi Andrew, > Question - it sounds as if folks are using the SQL View of query builder > to send update satements to the database? > ... > When will I be able to do this with other database engines?
You should be able to do this with other engines, too - aren't you? When executing a statement in the query designer, it is plain sent to the DB. If the statement does not produce a result set, this is told to the user, else, the results are displayed. So, UPDATE should work with any DB, as long as the DB itself supports it. Where doesn't it work for you? 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]
