On 2/22/06, Jeff Powell <[EMAIL PROTECTED]> wrote: > I would like know how to create a new record from UniObjects for Java. > > Any ideas would be appreciated.
What do you have so far? Are you asking how to construct the Java object, or how to make a new record appear in the database? There are some examples of reading and writing on this page: http://www.pickwiki.com/cgi-bin/wiki.pl?DataAccessObjectPattern If you write a record with a key that doesn't currently exist, you'll have a new record. -- Wendy ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
