JAVA JCONNECT MYSQL SIMPLE EXAMPLE

2003-08-29 Thread David L. Williams
it up and put it into the distribution of the JCONNECTOR.. SIMPLE. In fact, if someone wants to clean it up and put the standard TEST [Standard meaning its a database already distributed with MYSQL into this example.. We all would connect and test or JAVA/MYSQL right away! Best Regards David

RE: Can we make some C, Java based Mysql App Server

2003-04-03 Thread GERST, MICHAEL (SBCSI)
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 12:54 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Can we make some C, Java based Mysql App Server hmm a middleware product would be good , extra processing=time ? also stored procedures would

Re: Can we make some C, Java based Mysql App Server

2003-04-03 Thread Martin Gainty
: Daniel Rossi [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 11:54 PM Subject: Re: Can we make some C, Java based Mysql App Server hmm a middleware product would be good , extra processing=time ? also stored procedures would be excellent , also maybe

RE: Can we make some C, Java based Mysql App Server

2003-04-03 Thread Dan Rossi
]; [EMAIL PROTECTED] Subject: Re: Can we make some C, Java based Mysql App Server Daniel How about 1 working Java or C or C++ example which uses MySQL Personally every example I have used (both Linux and Windows) uses libraries which cannot resolve the simplest MySQL functions with no ability

Can we make some C, Java based Mysql App Server

2003-04-02 Thread Nitin Nanivadekar
Dear Friends, We all know Mysql is a beautiful database engine but there are some things missing. Even Mysql team acknowkedges the need in their ToDo list. i was thinking of designing a Java, C based application server that acts as a gridge bewween the applications the database. This server can

Re: Can we make some C, Java based Mysql App Server

2003-04-02 Thread Daniel Rossi
hmm a middleware product would be good , extra processing=time ? also stored procedures would be excellent , also maybe a middleware product to load balance between slave and master and delegate slaves if a master goes down is there such a thing ? Nitin Nanivadekar [EMAIL PROTECTED] 04/03/03

Fehler beim Zugriff von Java auf mysql datenbank

2002-10-25 Thread Lang, Erik
Hallo, ich habe auf einem laufenden webserver mit mysql das verzeichnis var/lib/mysql als tar file mit czpf erstellt und auf einem anderen rechner an die selbe stelle entpackt. Auf dem Quellrechner (System: Suse 7.2 als webserver mit apache 1.3.26 und tomcat 402) läuft mysql 3.23.49a-1und

Re: Fehler beim Zugriff von Java auf mysql datenbank

2002-10-25 Thread STIBS
Hi! sind alle Rechte an den entpackten Dateien an den Benutzer übertragen worden, unter dem der MySQL Server auf RH gestartet wurde? ps -uax zeigt den an. Beispiel: User mysql, Group mysql als root: bash# chown -R mysql:mysql /var/lib/mysql Das hatte ich schon mal nach einem Restore von db's

Java and Mysql, problem with String encoding

2002-08-29 Thread John Deligiannis
Hello, I have an applet that uses mysql. I have added support for greek and for data that are already in mysql, it works fine. When I add other from my applet it prints . Another thing is that I construct a table from the resultSet using two (String) vectors. The table headers come out

Java and Mysql, problem with String encoding

2002-08-29 Thread John Deligiannis
Thank you for your answer. I have to apologise for my bad post(I work 1 week on this problem and it was a desperite try). I have done what you suggested, but it partly works. Without useUnicode=true I didn't get anything right. With useUnicode=true I did get the data that were already in my

Re: Java and Mysql, problem with String encoding

2002-08-29 Thread Mark Matthews
John Deligiannis wrote: Hello, I have an applet that uses mysql. I have added support for greek and for data that are already in mysql, it works fine. When I add other from my applet it prints . Another thing is that I construct a table from the resultSet using two (String) vectors.

Can we invoke user defined function made in java in MySQL

2002-08-22 Thread Chugh Shalini
Greetings! MySql documents specifies user defined function made in .dll/.so to be invoked in MySQL. Is there a way in which a function made in java be invoked in MySQL. Regards - Before posting,

Re: Java to MySQL connection

2002-03-21 Thread Liyju Janardhan
which Driver your using? which Operating system your using? If your using linux, as far as I know there is now odbc support. You have to downlaod mm.mysql driver. If your are using windows you will have to create a dsn name for the your selected driver. --- Chris Stewart [EMAIL PROTECTED]

RE: Java to MySQL connection

2002-03-21 Thread sean . odonnell
there is odbc support on linux, you can find a link the the myodbc drive for mysql on mysql.com -Original Message- From: Liyju Janardhan [mailto:[EMAIL PROTECTED]] Sent: 21 March 2002 03:30 To: Chris Stewart; [EMAIL PROTECTED] Subject: Re: Java to MySQL connection which Driver your

Java to MySQL connection

2002-03-20 Thread Chris Stewart
I'm trying to make a connection from a java app to a MySQL database I've created on my local PC. How can I tell the app where to look for the existing database? Code I'm working with: Class.forName(sun.jdbc.odbc.JdbcOdbcDriver).newInstance(); Connection con =

Re: Java to MySQL connection

2002-03-20 Thread Ken Anderson
This is a servlet code example for jdbc using the mm driver. String DB_NAME = database; String DB_HOST = localhost; String DB_USER = username; String DB_PASS = password; String DB_DRIVER = org.gjt.mm.mysql.Driver; String DB_CONNECTION = jdbc:mysql:// + DB_HOST + / +

Re: Java to MySQL connection

2002-03-20 Thread Bill Easton
. Subject: Java to MySQL connection Date: Wed, 20 Mar 2002 14:42:43 -0500 From: Chris Stewart [EMAIL PROTECTED] To: [EMAIL PROTECTED] I'm trying to make a connection from a java app to a MySQL database I've created on my local PC. How can I tell the app where to look for the existing database

Java and MySQL?

2002-02-28 Thread shruti selvaraj
Hello , I am thinking of using Java Servles , JSP with MySql..just wondering if thats possible and if anyone's done this before. Thanks! Shwetha. __ Do You Yahoo!? Yahoo! Greetings - Send FREE e-cards for every occasion!

Re: Java and MySQL?

2002-02-28 Thread Mark Stringham
Done it with JSP and works very nicely. PHP works fast but I like some of the JSP functionality better - Mark -Original Message- From: shruti selvaraj [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thursday, February 28, 2002 1:43 PM Subject: Java and MySQL? Hello

Java/Linux Mysql JDBC?

2001-06-03 Thread Nico D
Can anyone out there tell me how to use java and JDBC to connect to a MySQL db on a linux box, i've downloaded the api of the website but I can't get it working correctly. Could someone send me some sample code and/or tell me where to put the api and how to reference it? thankx alot! -nico --

Re: Java/Linux Mysql JDBC?

2001-06-03 Thread Nico D
, 3 Jun 2001, Rohit Peyyeti wrote: Can you tell us what exactly you are not able get it to work? What error you are getting? ...Rohit - Original Message - From: Nico D [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 03, 2001 11:08 AM Subject: Java/Linux Mysql JDBC

Re: Java/Linux Mysql JDBC?

2001-06-03 Thread Rohit Peyyeti
[EMAIL PROTECTED] To: Rohit Peyyeti [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, June 03, 2001 1:32 PM Subject: Re: Java/Linux Mysql JDBC? I've download the tar.gz file off of mysql.com, then I modified the Makefile for the mm.mysql.jdbc program so that it pointed to my java binary

Re: Java/Linux Mysql JDBC?

2001-06-03 Thread Nico D
://mmmysql.sourceforge.net/ That's it! ...Rohit - Original Message - From: Nico D [EMAIL PROTECTED] To: Rohit Peyyeti [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, June 03, 2001 1:32 PM Subject: Re: Java/Linux Mysql JDBC? I've download the tar.gz file off

java and MySQL on HP-UX 11.x

2001-04-10 Thread Leon Zilber
11i. Now, I wrote Java application that must be able to accesss MySQL DB and retrieve, store, update data in some tables. I've done some ODBC:JDBC JAVA programming on WIN platform, but never on UNIX OS. Could you please tell me, how can I access MySQL DB from Java application on Unix OS? Basically