Search the web
Sign In
New User? Sign Up
Java_Official · Java SE . EE . ME . AJAX . Web services
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 22621 - 22651 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22621
What's a "mock up" screen ? ... [Non-text portions of this message have been removed]...
woofer5000
woofer5678
Offline Send Email
Nov 1, 2005
9:02 am
22622
Use this class to get a connection, just copy & paste it 2 ur project: /* * ConnectionManager.java * * */ package cursojava.ejercicios.jdbc.administrador; ...
woofer5000
woofer5678
Offline Send Email
Nov 1, 2005
9:02 am
22623
ketan381986@... If your goal is to resize an image then it is here.. -> here there is an example. copy this example and create a new java file named...
ketan vadhvana
ketan381986
Offline Send Email
Nov 1, 2005
9:02 am
22624
Hello There, I have some doubt that has been bugging for quite a long time. Can any one explain or guide me about the Connection interface. As per the...
Rajeev mohan
calling_rajeev
Offline Send Email
Nov 1, 2005
10:12 pm
22625
Hi all, It's true that PreparedStatement is faster than Statement? Thanks, Manuel ... Yahoo! FareChase - Search multiple travel sites in one click. [Non-text...
Manuel Tejada
visualbprogr...
Offline Send Email
Nov 2, 2005
3:26 am
22626
... Not always. It depends on how it is used. The prepared statement has an extra initialization cost which tends to make it a bit slower for single use ...
Josh Helmer
joshhelmer
Offline Send Email
Nov 2, 2005
4:40 am
22627
... Hmm. I forgot to mention that the actual implementation will also depend on which database driver you are using. Eg. the mysql driver may handle prepared...
Josh Helmer
joshhelmer
Offline Send Email
Nov 2, 2005
4:56 am
22628
As far as my knowledge is concerned PreparedStatement is a compiled SQL statement and should theoritically be faster to execute. However the actual execution...
Shefali Kulkarni
shefukul
Offline Send Email
Nov 2, 2005
8:10 am
22629
Sir I have SQL Server (DATABASE) on my computer but i m not able to find its driver to connect with java program. where can i get it. Thanks ...
Faiz Khan
aarif_1234
Offline Send Email
Nov 2, 2005
8:10 am
22630
Hi, Connection con =DriverManager.getConnection(String JDBC URL); This Statement searches for a Driver based on the URL and uses that Driver to establish the...
swathi
java4u1129
Offline Send Email
Nov 2, 2005
8:10 am
22631
Connection is surely an interface..and DriverManager is not a static class but getConnection is a static method of DriverManager class also we are not...
Shefali Kulkarni
shefukul
Offline Send Email
Nov 2, 2005
8:11 am
22632
hi rajeev, even i am not sure but i think tht when u instantiate and load ur driver using Class.forName() ,then this statement actually gives the default...
praveen
java_id_4me
Offline Send Email
Nov 2, 2005
8:11 am
22633
hello The connection interface is working on th mainataning and status monitaring of the specifing databased driver.in the connection interface contains ...
pritesh loke
priteshloke
Offline Send Email
Nov 2, 2005
8:12 am
22634
Hi All, How to select all the column for the particular date. when tried with this code select * from emp where hiredate='01/01/2001' getting response/output...
sankar_subu s
sankar_sub
Offline Send Email
Nov 2, 2005
2:48 pm
22635
To connect into SQL Server, you can use ODBC driver to connect into it. It's much more easier to connect, you can use JDBCODBC driver instead using spesific...
Mochamad Ramadhan
rama3i
Offline Send Email
Nov 2, 2005
2:49 pm
22637
http://jtds.sourceforge.net/ ... Met vriendelijke groet, Coen Meerbeek Java Blog: javasteps.blogspot.com __________________________________ Yahoo! FareChase:...
Coen Meerbeek
cmeerbeek
Offline Send Email
Nov 2, 2005
2:50 pm
22638
thank you very much, this is a useful program. but what I want is to decrease the photo size not resolution, that -for example- I can give an image.bmp that...
Ahmed Mahmoud
its_me_asfora
Offline Send Email
Nov 2, 2005
4:50 pm
22639
Try this alter session set nls_date_format = 'DD/MM/YYYY' select * from emp where hiredate = to_date('01/01/2001') Regards, Rajeev ... From:...
Rajeev Ranjan
rajeevr@...
Send Email
Nov 2, 2005
6:51 pm
22640
Rajeev, Almost the entire JDBC api is a specification (i.e its made up of only interfaces like Connection, Statement, PreparedStatement, CallableStatement etc)...
bpr_arr
Offline Send Email
Nov 2, 2005
6:51 pm
22641
... Show the code, please. Regards, Nico...
Nico Heinze
nico_heinze
Offline Send Email
Nov 2, 2005
6:52 pm
22642
Could you please to tell us which database u used. Every database has their own method. if u don'y tell us which one u used, so how can we help u. Thx regards ...
Mochamad Ramadhan
rama3i
Offline Send Email
Nov 2, 2005
7:24 pm
22643
Hello There, I thank every one for the replies. I am sorry if I am repeating the question again. I have; now got the understanding about the drivers and its...
Rajeev mohan
calling_rajeev
Offline Send Email
Nov 2, 2005
8:58 pm
22644
Hi, When we write AbcClass conn; This time conn is just a instance variable of Connection data type. If aMethod() belongs to AbcClass it can not be called at...
Rajeev Ranjan
rajeevr@...
Send Email
Nov 2, 2005
10:04 pm
22645
hello try this select *from emp where hiredate='01-jan-2001'; ok bye............ kurmi ... __________________________________ Start your day with Yahoo! -...
kurma rao
kurmi_y1cs045
Offline Send Email
Nov 3, 2005
2:17 pm
22646
hi rajeev, conn here is not a instance variable.its reference variable bii Rajeev Ranjan <rajeevr@...> wrote: Hi, When we write AbcClass conn; This time...
praveen
java_id_4me
Offline Send Email
Nov 3, 2005
2:17 pm
22647
hello Swathi pls send the differebnces between the AWT and Swing Components as soon as possible. i am awaiting for ur reply. kurmi ... ...
kurma rao
kurmi_y1cs045
Offline Send Email
Nov 3, 2005
2:18 pm
22648
Hay dude, I got your problem very well. but the solution is still in the given example.. now What you need to do is read a BMP file instead of JPEG so the code...
ketan vadhvana
ketan381986
Offline Send Email
Nov 3, 2005
2:18 pm
22649
Check the database function to convert string to date like to_date in Oracle. 01/01/2001 is a string compared with date column. Regards Hardeep Singh Date:...
hardeep.singh@...
worldofharry
Offline Send Email
Nov 3, 2005
2:19 pm
22650
Hi, I have searched for all available resources in understanding the Debug Framework available with Eclipse but couldnt get any till date. I need information...
madanshah16
Offline Send Email
Nov 3, 2005
2:19 pm
22651
Is there any way by which i can access my POP3 account by a Java program, and fetch and send my emails thru my account ? My computer is not a server but jsut...
s b
bhatia_shashank
Offline Send Email
Nov 3, 2005
2:19 pm
Messages 22621 - 22651 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help