Hi Michael, > I'm still confused what is happening to the default values in Base. You > mentioned before that they never appear in the database and are stored > in the base document instead. Seems to be correct, they do never appear > in the database, but how is that done?
IIRC (it's a while since I last stepped through this code), the problem is that we the default value entered in the UI is stuck in the higher layers. We remember it in the ODB file (as part of the column settings), but we never pass it to the driver. Thus, the default value is "lost" before any SQL statements are generated and sent to the driver. I don't remember the exact details, but there was something why a fix wasn't as easy as just passing the value down to the driver. Would need some time to investigate the relationship of the various default values ... Do we already have an issue for this? Ciao Frank -- - Frank Schönheit, Software Engineer [EMAIL PROTECTED] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
