Forums Register Login

How to deploy an Entity bean and how to connect with the cloudscape database

+Pie Number of slices to send: Send
Helo,
Please tell me the detailed steps involved in deploying an Entity Bean and to connect to a cloudspace Database. Am using Weblogic server
Narayan
+Pie Number of slices to send: Send
are you using the jdbc-odbc bridge that is part of the J2eesdk?

Originally posted by narayanan gopinathan:
Helo,
Please tell me the detailed steps involved in deploying an Entity Bean and to connect to a cloudspace Database. Am using Weblogic server
Narayan


+Pie Number of slices to send: Send
If your answer to my previous question is yes...here is what you'll have to do in jdbc
Class.forName("COM.cloudscape.core.JDBCDriver");
Connection cnxn = DriverManager.getConnection("jdbc:cloudscape:dbname");
Statement stmt = cnxn.createStatement();
ResultSet rs = stmt.executeQuery("select * from TABLE1");
Hope this helps.
Roopa.

Originally posted by narayanan gopinathan:
Helo,
Please tell me the detailed steps involved in deploying an Entity Bean and to connect to a cloudspace Database. Am using Weblogic server
Narayan


+Pie Number of slices to send: Send
Helo Roopa,
Thanx for the reply. Actually my problem is getting the total steps involved in deploying an Entity Bean. So if u can tell me those complete steps, thats great. Anyway thanx once more for ur reply. Expecting ur reply
Narayan
No holds barred. And no bars holed. Except this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 702 times.
Similar Threads
entity bean with oracle/slq server
i am tring to create Entity bean connect to mysql Database using GlassFish Tools-Help
Database in RAD 6.0
Please Help
Entity bean is not able to connect to Database
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 02:32:18.