cheers the jsp

I did manage to get hypersonic datamanager to work though. when you start it
up you need to select standalone mode then then further down in the menu put
the path to your database. if you put a new name in here then the tool will
create a new database for you.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 18, 2000 7:43 AM
To: Orion-Interest
Subject: RE: Creating tables in Hypersonic


Hi Peter,

I tried using the database manager tool that comes with the Hypersonic
package, but I couldn't connect to the instance of Hypersonic that I was
using with Orion. I instead wrote a "quick and dirty" JSP page using simple
JDBC to do the same job. Just place it in the document root of your app and
insert the correct username and password. It runs SQL commands such as
CREATE TABLE. 

-----Original Message-----
From: Peter Delahunty [mailto:[EMAIL PROTECTED]]
Sent: 14. syyskuuta 2000 12:51
To: Orion-Interest
Subject: Creating tables in Hypersonic


Hi 

i am currently developing using orion verion 1.2.9. This version comes with
Hypersonic, so i want to use this with some enity beans. I want to create a
BMP entity bean and so to do this i need to add my own tables in the
Hypersonic database. 

So my question is how do i create tables in the instance of hypersonic that
comes with Orion?

regards


Reply via email to