Your questions (this one and the other one that you posted at the same time)
are not very clear so I am really not sure what you want.

However, if you are asking about creating a package for your Java source
code, this has nothing to do with MySQL: there is no special technique for
creating a package when the Java program uses MySQL. Just name and organize
your package just the way you would in a Java program that didn't use MySQL.

You also compile a Java program that uses MySQL the same way that you
compile a Java program that doesn't use MySQL.

However, when you *execute* a Java program that accesses MySQL, you need to
put the MySQL Java driver on the application's classpath. The driver can be
downloaded at the MySQL website.

Rhino

----- Original Message ----- 
From: "madderla sreedhar" <[EMAIL PROTECTED]>
To: <mysql@lists.mysql.com>
Sent: Saturday, April 30, 2005 4:38 AM
Subject: need help in syntax for create package or compile etc


> Is there any statement named create and complie java
> source named ......  syntax in the mysql for creation
> of a java source file for loading data from java files
> or retriving data etc .
>
> Any help is welcome .
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
>
>
> -- 
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.11.0 - Release Date: 29/04/2005
>
>



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.0 - Release Date: 29/04/2005


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to