RE: core OJB tables; auto-increment

2003-04-04 Thread BURT, RANDALL (CONTRACTOR)
Hello, To create the core tables in my db, I just ran ${OJB INSTALL DIRECTORY}\target\src\sql\ojbcore-schema.sql (the slant of your slashes may vary) against a new database after running the prepare-testdb target. There may be a better way, I dunno. As for 2), you can always roll your own, I

Re: core OJB tables; auto-increment

2003-04-04 Thread David Warnock
Duffy, 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

Re: core OJB tables; auto-increment

2003-04-04 Thread Armin Waibel
Hi Duffy, - Original Message - From: Duffy Gillman [EMAIL PROTECTED] To: OJB Users List [EMAIL PROTECTED] Sent: Saturday, April 05, 2003 1:21 AM Subject: core OJB tables; auto-increment Hi, I am trying to use OJB as part of a web-service. The database may be accessed by other

Re: core OJB tables; auto-increment

2003-04-04 Thread Duffy Gillman
Jason, Thanks. I had uncovered the list of tables to keep. I am curious though, is there an ant build target that will create these tables AND NONE OTHER. This is the crux of my question. I am doing a lot of testing and rebuilding. It would be nice to simply create these required tables