april henry

Greenhorn
+ Follow
since Jan 18, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by april henry

Hi,
You can try to use the following code:


select 'insert into tb_08 select '+rtrim(id) +','''+name+'''' from tb_08
/*
insert into tb_08 select 1,'b'
insert into tb_08 select 2,'b2'
*/

[http://www.java.net] – A Java community website maintained by Sun.
[http://www.javaalmanac.com] – This is a good place to find the usage of certain techniques and sample code quickly.
[http://www.javaworld.com] – One of the earliest Java site. Weekly updates of Java technical articles.
[http://www.jguru.com] – A great Q&A forum for communicating Java technology.
14 years ago
No, they are different, to deploy a program is to build an environment to run it.
14 years ago
Good book:
Thinking in Java

14 years ago
They are two different DBs.
java DB must be based on java,it is Sun's database.
mysql can be used for many languages, such as C、C++、Eiffel、Java、Perl、PHP、Python、Ruby and Tcl

Hi N.Senthil Kumar
In java, class doesn't support multiple inheritance but interface does.
Please remember:java supports single inheritance but multi-realization.
14 years ago
I think your url is wrong.

String url = "jdbc:mysql://192.16.1.100:3306/prabhat";

but you must make sure your port is 3306,if not ,please change it.