On Oct 20, 1:28 am, Marco van den Oever <[EMAIL PROTECTED]> wrote: > Automatically all kinds of default fields as "createdby" are > generated, i know that that is just the way it is and that is just > fine, but how can i provide these fields with default (dummy) values > from a insert query statement? > > Anyone has any insight in this? Is it just a manner of providing > correct corresponding data type values (dummy) and thereby bypass the > errors that are generated when no values are provided.
Why not use the typename.setData() and typename.createData() methods? I'm not sure I understand the benefit of generating your own INSERT and UPDATE statements when you can use the framework instead. geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
