Oracle JDeveloper Rel. 3.0 - Develop Database Applications with Java Scored 56 out of 59
IBM Enterprise Connectivity with J2EE Scored 72 per cent
Enterprise Development on the Oracle Internet Platform Scored 44 out of 56
<b>Sandeep</b> <br /> <br /><b>Sun Certified Programmer for Java 2 Platform</b><br /> <br /><b>Oracle Certified Solution Developer - JDeveloper</b><br /><b>-- Oracle JDeveloper Rel. 3.0 - Develop Database Applications with Java </b><br /><b>-- Object-Oriented Analysis and Design with UML</b><br /> <br /><b>Oracle Certified Enterprise Developer - Oracle Internet Platform</b><br /><b>-- Enterprise Connectivity with J2EE </b><br /><b>-- Enterprise Development on the Oracle Internet Platform </b>
maha anna
Ranch Hand
Joined: Jan 31, 2000
Posts: 1467
posted
0
Gaurav, We have to go to a special URL where we have to give SQL statements and run them in order to create our initial tables. A sample one which I use is
Note that at one time we can give only one SQL statement and execute. To check if the table was created properly, at last give "select * from System" SQL statement!
It was real pain though. DataBase URL : jdbc:mysql://mysql.webappcabaret.com/dbtest?user=dbtest&password=dbtest Here dbtest is your database Name, user=username and password is password for your database. The link is here: http://webappcabaret.com/apps/websql/websql_server_s.jsp
[This message has been edited by maha anna (edited April 07, 2001).]
Mark Leong
Ranch Hand
Joined: Dec 11, 2000
Posts: 60
posted
0
I have developed a little utility that helps me manage my databases at webappcabaret.com. You can goto the link below:- http://www.webappcabaret.com/smallalley/servlet/smallcon.wacdbutilities.sqlutilities Enter your context and password. I suggest you test your connection before executing any SQL statement (just type the statement into the text box). Hope the utility is useful.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: How do i create table in sql for webappcabaret