Re: registerDriver()
Posted by: Mark Matthews
Date: May 10, 2005 01:30PM

Sean Breslin wrote:
> It's an assignment for a database programming
> course. We are required to use Java and to
> interface with a database. The project happens to
> be an auction system. We are allowed to use HTML
> & Javascript as well, but I don't know
> Javascript at all & most of the work must be
> done in Java anyway. I've made a GUI in swing.
>
> The option exists to use a Sybase database
> provided by the university, and my partner on this
> project has been actively looking for where he put
> the little 2"x2" piece of paper that says the
> logon info for it. We figure that since we have
> two options, each of us will work on one and once
> either of us is successful, we will begin adding
> the actual SQL queries (The only part of all of
> this they actually taught in the course).
>
> It's a relatively small database, with only 9
> tables and not many entries to start off with.
> We're not graded on speed, so lag wouldn't a
> problem if introduced by any step, but we must be
> able to present the system in a 1/2 hour window of
> time.
>
> All we actually learned in the course was some
> relational algebra and SQL queries. This is the
> only coding project and the professor has been
> skipping his office hours.
>
> Presentation time: tomorrow at 3:30PM EST
> (He just assigned this about 2 weeks ago. We have
> our GUI & SQL queries all ready to go as soon
> as we're connected to a database.)

You're going to have to use the hostname of the _webserver_ that the HTML and .class files are served from if you're going to make this work. Unfortunately, if that's not the same machine that the database is on, I'm afraid you're not going to be able to make it work.

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
May 09, 2005 07:17PM
May 09, 2005 07:43PM
May 09, 2005 07:56PM
May 09, 2005 08:07PM
May 09, 2005 08:51PM
May 09, 2005 09:04PM
May 10, 2005 11:17AM
May 10, 2005 12:34PM
May 10, 2005 12:59PM
May 10, 2005 01:19PM
Re: registerDriver()
May 10, 2005 01:30PM
May 10, 2005 01:44PM
May 10, 2005 01:52PM
May 10, 2005 02:05PM
May 10, 2005 02:22PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.