RE: CMP to Precreated DB

2001-01-16 Thread Tim Drury
2001 6:25 PM > To: Orion-Interest > Subject: CMP to Precreated DB > > > Can you map a CMP Bean to a database that already exists? Or > must it create > the tables for you? I bet the answer is in the deployment > descriptor, but I > can't seem to find it. Help please. > > Carl > >

Re: CMP to Precreated DB

2001-01-16 Thread Mikko Kurki-Suonio
Hi, On Mon, 15 Jan 2001, Carl B. Fyffe wrote: > Can you map a CMP Bean to a database that already exists? Or must it create > the tables for you? I bet the answer is in the deployment descriptor, but I > can't seem to find it. Help please. Others have told you about the auto-generate tables

Re: CMP to Precreated DB

2001-01-15 Thread Chuck Taylor
carl -     set the autocreate-tables attribute in your orion-application.xml file to false... it defaults to true.     this should work...     chuck "Carl B. Fyffe" wrote: Can you map a CMP Bean to a database that already exists?  Or must it create the tables for you?  I bet the answer is in

Re: CMP to Precreated DB

2001-01-15 Thread Tasneem
- Original Message - From: "Carl B. Fyffe" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2001 4:55 AM Subject: CMP to Precreated DB > Can you map a CMP Bean to a database that already exists? Or must it create > the t

CMP to Precreated DB

2001-01-15 Thread Carl B. Fyffe
Can you map a CMP Bean to a database that already exists? Or must it create the tables for you? I bet the answer is in the deployment descriptor, but I can't seem to find it. Help please. Carl