Re: [OJB-developers] db-setup.sql
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-04-02 19:52:52
|
Hi David, David Sean Taylor wrote: > Hi, > > There is a strange (to me) format to the db-setup.sql file, prefixed > commands like: > > e CREATE TABLE OJB_HL_SEQ ( > > Guessing there is some database-agnostic-script runner tool or right! DB setup is performed by build.sh tests > something...If so, how do I run it? > Is there documentation? > please refer to the rdbms-support.html file in the src/doc folder HTH, Thomas > I've started to make my own database, and Im wondering how much of the > db-setup.sql file I will actually need. > Assuming I need everything from here down: > > ;;;;;;;;;;;;;;;;;;;;;;;; > ;;;;;;;;;;;;;;;;;;;;;;;; > ; OJB internal tables, do not modify !!! > > Only added these two tables thus far, which were necessary for inserts > with autoincrement fields: > > CREATE TABLE OJB_SEQ ( > CREATE TABLE OJB_HL_SEQ ( > > Thanks, > > David > > > > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers > > > > |