[OJB-developers] db-setup.sql
Brought to you by:
thma
From: David S. T. <da...@bl...> - 2002-04-01 08:53:34
|
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 something...If so, how do I run it? Is there documentation? 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 |