RE: mysql and java

2002-04-08 Thread Gregory Junker

this is actually OT, btw, but I'll try to answer...

> need to make it smaller. Is it possible to somehow store 
> these descriptions
> in a mysql table or on another page and then have them linked 
> to when you
> put your mouse over the link?

No.

There are methods of accessing databases from the client-side in a
browser, such as MS's RDS, but that's beyond the scope of this mailing
list. It's actually beyond the scope of server-side programming in
general, as what you are interested in is a client-side problem.

Perhaps XML and XSLT might better help you solve your problem, but
again, that's beyond the scope of this list...

I'd be happy to help you work thru this problem if you want to contact
me off-list...


greg

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: mysql and java

2002-02-25 Thread Steve Suehring

Hello,

You'd probably want JDBC.

http://www.mysql.com/downloads/api-jdbc.html

Steve

On Tue, Feb 19, 2002 at 03:17:49PM +, Bill Fogarty wrote:
> Hi,
> 
> Does anyoone know how to connect to mysql from a Java application in windows 2k?
> Any help would be greatly apppreciated. I may be writing to the wrong list, anyone 
>got any suggestions of where i could get help with this online.
> 
> Cheers,
> Bill

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php