For the tables that you'll need to keep, refer to

http://db.apache.org/ojb/platforms.html

And no, you don't need to use the default sequence manager.  Please
refer to the following for more on sequence manager stuff.

http://db.apache.org/ojb/sequencemanager.html


Jason



On Fri, 2003-04-04 at 15:21, Duffy Gillman wrote:
> Hi,
> 
>    I am trying to use OJB as part of a web-service.  The database may be 
> accessed by other software.  I need to find answers to the following 
> questions:
> 
> 1) How do I create the core OJB tables in my database?  In the 
> documentation I am only finding the "prepare-testdb" ant target.  This 
> builds a bunch of extra tables that I do not want.  Surely I can drop the 
> extra tables... but I would like to know how to just build the core ones 
> into my project (OJB_HL_SEQ, OJB_LOCKENTRY, OJB_NRM, OJB_DLIST, etc...).
> 
> 2) Is using the OJB sequence manager the only way to get OJB to work with 
> sequences?  Several PK fields in my database are autoincrement.  Will the 
> OJB create its OWN sequences for these (i.e. if another application relies 
> on the sequence maintained by the RDBMS itself, will it clash with the 
> sequence OJB is maintaining?)?
> 
> Thanks in advance,
> 
> Duffy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to