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

dbAdmin.jsp

Reply via email to