Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
33% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
6
Posts with Downvotes
4
Downvoting Members
6
2 Commented Posts
0 Endorsements
Ranked #2K
~14.6K People Reached
Interests
Programming,Reading,Music
PC Specs
Windows 7
Favorite Tags

52 Posted Topics

Member Avatar for pro_learner

My SAMSUNG mobile phone has faced to a virus attack(I think).It stucks sometimes.And sometimes it restarts automatically.When i connect it to my laptop & browse it's memory card,it shows a file calls "_UnqiueId.dat".I deleted that file.But when i reconnect the phone to laptop,it shows that file again.I think that file …

Member Avatar for Kelly Burby
0
330
Member Avatar for pro_learner

This is the code which i wrote.But when i input a word,it should search it and give the definition.I think there is a problem in while loop.But i can't solve it.Can u guys,plz check it? [CODE]import java.util.*; class dictionary { public static void main(String args[]) { Hashtable dict = new …

Member Avatar for dreamslct
0
225
Member Avatar for morfious90
Member Avatar for pro_learner

Guys i'm already familiar with PHP.But now i'm hoping to learn .net for web developing.Please tell me what is the best from both and what are the differences?

Member Avatar for MooGeek
0
196
Member Avatar for theakshay

Post the code which you have done.....other thing is you have to write a PHP code to access the DB and retrieve values..... Check this [URL="http://www.w3schools.com/php/php_mysql_select.asp"]http://www.w3schools.com/php/php_mysql_select.asp[/URL]

Member Avatar for cereal
0
191
Member Avatar for joshmac
Member Avatar for pro_learner
0
128
Member Avatar for pro_learner

Guys,i have developed a Java Application.I have already connected it with MySql DB & it's working properly.In DB there is a table calls Music and in that table contains a field calls Song _Path.It includes the path of the song in my computer.In java application there is a "Play" button.After …

Member Avatar for pro_learner
0
1K
Member Avatar for kamilacbe
Member Avatar for simplypixie

Yes of course.I'm also agree with your opinion.And other thing is,simply we can generate a PHP code for the relevant SQL query via the phpMyAdmin.That's a nice option of that.It reduces the errors when we write the code in PHP..:)

Member Avatar for rotten69
2
148
Member Avatar for swissknife007

Check this..[URL="http://www.w3schools.com/php/default.asp"]http://www.w3schools.com/php/default.asp[/URL]

Member Avatar for rotten69
0
413
Member Avatar for zach1280

There are some issues also in your code.Because i fixed your code and compiled it.But when it starts to run only output the Welcome message.Therefore check the code again..And post the question also here.That'll be easy to understand the code..

Member Avatar for zach1280
0
546
Member Avatar for .:n'tQ-boy:.
Member Avatar for swissknife007

Yes first you have to install a SMTP server.There are several free SMTP servers.Do a google search on SMTP servers and you can find further details about this by searching Daniweb previous threads about this.

Member Avatar for pro_learner
0
256
Member Avatar for shailu.thakre

As others said,first check your username and password for the MySql.Default username is 'root' and password is ' '(NULL).. Check this also..you can have an idea.... [URL="http://forum.wampserver.com/read.php?2,76047,printview,page=1"]http://forum.wampserver.com/read.php?2,76047,printview,page=1[/URL]

Member Avatar for pro_learner
0
86
Member Avatar for pro_learner

I have developed a Java GUI App.I want to connect that with mysql.I have already connected a seperate java file with mysql.That java class is also in the same package in my Netbeans project.I want to know is it possible connect DB by using that seperate java class?

Member Avatar for pro_learner
0
149
Member Avatar for oldezwe

Check this..... [URL="http://www.daniweb.com/search.php?q=connect+java+with+mysql"]http://www.daniweb.com/search.php?q=connect+java+with+mysql[/URL]

Member Avatar for pro_learner
0
169
Member Avatar for hadeelh30

Hi,you have post your whole question here.That's not the way.First you have to try.If you have any questions regarding the code then you can post it.But first you come up with a code.

Member Avatar for pro_learner
-2
71
Member Avatar for pro_learner

Guys i'm an IT undergratuate.I have to select a Research Area Topic for my Research at University.We have to spend an one year on that research topic and have to develop a software or web solution under that topic.The solution should almost be an unique one.That means it won't be …

Member Avatar for jwenting
-1
137
Member Avatar for Daigan

There will be several methods.I'll tell you one way.You can seperate the string into characters by using charAt() method in java.Then store the characters in an array.Then you can do it easily.

Member Avatar for NormR1
0
155
Member Avatar for pro_learner

Guys i wanted to connect Java Application with MySql database.I have written a Java Programme.I have already created the database also.But it doesn't connect with the Database.This is my code.[CODE]import java.sql.*; public class check { public static void main (String[] args) { Connection conn = null; try { String userName …

Member Avatar for harinath_2007
0
167
Member Avatar for pro_learner

Guys i have developed a java desktop application.There is a jTable.I have already connected the MySql database also.I just want to bind the data of database to my jTable.In several tutorials i saw when right click on the jtable,get a dropdown menu and select the table contents and go step …

0
61
Member Avatar for jasperking88

This is a very easy Java programme.Line number 5 not necessary.Instead of that directly declare the size of the array.Because as you mentioned that is a fixed array size.Therefore no need to use such a line.And other thing is first Import the Java Package to the programme for the Scanner.Then …

Member Avatar for jasperking88
0
2K
Member Avatar for pro_learner

Guys i have a small question.That is i have already developed a Java Desktop Application with interacts with the MySql Database.But i'm using MySql commandline client.Some youtube tutorials,i saw they are using MySql workbench to configure the Dtabase.So i want to know is there any issue if i use commandline …

Member Avatar for smantscheff
0
136
Member Avatar for pro_learner

I get this error in my Java programme which coded by me according to a tutorial.I coded it to connect my Java App with MySql database.This is the code.[CODE]package Gui; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; import java.sql.SQLException; /** * * */ public class connectionconfig { private connectionconfig() …

Member Avatar for masijade
0
280
Member Avatar for pro_learner

Guys i'm using MySql commandline client.When i log it just asks the password and it doesn't show username.Please tell me is there any command or any other way to check my username.Plzzzz......

Member Avatar for urtrivedi
0
46
Member Avatar for pro_learner

Guys,i want a small help from you.I have a created a database in MS Access and now i want to connect it to with Java Application by using ODBC Administartor.But when opens it,it doesn't show any driver for MS Access DBs.Do u guys know any driver for that.I'm using Windows …

Member Avatar for pro_learner
0
203
Member Avatar for pro_learner

Guys,i want a small help from you.I have a created a database in MS Access and now i want to connect it to with Java Application by using ODBC Administartor.But when opens it,it doesn't show any driver for MS Access DBs.Do u guys know any driver for that.I'm using Windows …

0
131
Member Avatar for aFACE

You can use a array and can use sorting algorithm(insertion sort,quick sort,etc) to sort.......

Member Avatar for JamesCherrill
0
123
Member Avatar for jezer08
Member Avatar for suslady

[CODE]import java.util.Scanner; class Calculator{ public static void main (String [] args) { Scanner suslady = new Scanner(System.in); int remander, answer; System.out.print("Enter 1st # "); String inp1 = suslady.nextLine(); int fnum=Integer.parseInt(inp1); System.out.print("Enter Operation"); String operat = suslady.nextLine(); System.out.print ("Enter 2nd # "); String sm = suslady.nextLine(); int snum=Integer.parseInt(sm); if(operat.equals("+")) { answer …

Member Avatar for suslady
0
285
Member Avatar for pro_learner

I'm developing a C# windows forms app(Music Database) which can get the path from the access database and play the relevant mp3 file.The mp3 sounds are in a seperate folder.I just need to get the path from the table.Because i show the table also on the window as a Data …

Member Avatar for pro_learner
0
164
Member Avatar for misspuja

i'll give a hint.You can use the system date to compare.Get the user date and reduce it from system date.........:):)

Member Avatar for NormR1
0
166
Member Avatar for pro_learner

Guys i'm using Microsoft Security Essentials as my Anti-virus software in Windows 7.It worked properly.But now from 2-3 days,when i log-in to windows it shows,my computer is unprotected and run a scan.But i have scheduled my scan on every sunday.Not daily.So i did a quick scan and then it's ok.But …

Member Avatar for pro_learner
0
192
Member Avatar for pro_learner

I want to browse & upload file to a folder.How can i do that in java.I can browse for a file.This is the code that i used.... [CODE] JFileChooser chooser = new JFileChooser(); chooser.showOpenDialog(null); File file = chooser.getSelectedFile(); String filename = file.getName();[/CODE] Plz tell me how to upload a file …

Member Avatar for JamesCherrill
0
538
Member Avatar for taga1989

It's easy.Design the interface by using jFrame form.Then start to coding.Insert,Delete,Update are also easy.You can use stacks or ques.Then sorting part also easy.Use one of insertion,selection,merge sort algorithms...:)

Member Avatar for muthu@tent
0
153
Member Avatar for pro_learner

Guys,i want to wait or sleep statement in a Java Desktop application when button press.I used thread.sleep & wait().But it doesn't work.I have a doubt that those functions are working only for console applications.Is it? or can i use it?Plz help me....

Member Avatar for pro_learner
0
265
Member Avatar for pro_learner

Guys,i have to develop a simulator for Merge sort algo in java.I'm familiar with Java.But i have no idea how to do that.Java applet is easy? or it can be done as a Desktop app.My idea is to do as a desktop application.The programme should allow user to input a …

Member Avatar for pro_learner
0
167
Member Avatar for Xufyan

Yes messWithCat , changeKitty , haveKitten are methods.(Cat kitty) is a constructor.....

Member Avatar for JamesCherrill
0
276
Member Avatar for MagnetoM

My recommendation is first you use the Notepad or Notepad++ to write Java codes.Because it provides the most important Javas' basic knowledge.Specially java byte code & other stuff.Once you familiar with Java then you can use Netbeans,Eclipse or any other IDE.

Member Avatar for pro_learner
0
108
Member Avatar for pro_learner

I installed Oracle 11g R2 on my Windows 7 64-bit OS.When i'm trying to login to SQL Plus,i can't.As i remember my Username and password is correct.Is there any method to login without giving username and password? or is there a way to get my username & password?Please help me....

Member Avatar for pro_learner
0
265
Member Avatar for pro_learner

Guys,i'm facing to a massive problem in these days.Because my Windows 7 OS gets about 2 to 3 hours to installing updates during its' shutting down.But sometimes it gets more than that.It's a really horrible thing.So I'm doing is removing the battery.I know that is a harmful thing to my …

Member Avatar for uv4u
0
249
Member Avatar for pro_learner

Guys i have created a simple Java Desktop application in netbeans.I want to connect it with SQL server 2008.I want to know how to connect it by using ODBC.Plz help me.....

Member Avatar for pro_learner
0
111
Member Avatar for Riteman

You can use Netbeans IDE to develop your Java programs.It's free.....this is the link. [url]http://netbeans.org/[/url] SDK also included with it.....

Member Avatar for Riteman
0
176
Member Avatar for pro_learner

I'm novice to C#.net & i'm using Visual Studio 2010 as the IDE.I have created a Desktop Application in C# & i want to connect it with the Database in SQL server 2008.Friends can you tell me the code or web links to solve this issue.....

Member Avatar for pro_learner
0
1K
Member Avatar for ELROYG58

I think as Bal said,try a BIOS update.Mostly there are compatibility issues between BIOS and win 7 OS.Try it......

Member Avatar for imran21799
0
163
Member Avatar for pro_learner

Hi guys,i have a HP laptop with Windows 7 OS.From few days it always installs updates when shutdowns the laptop.It gets a considerable time.I want to know what's the reason for it.Please help me to overcome from this issue....Thnx

Member Avatar for pro_learner
0
131
Member Avatar for pro_learner

In many job vacancies about software engineers,i have seen programming with PHP is a qualification.But as i know PHP is a server side scripting language.Therefore i want to know why they are looking about PHP as other programming languages like c,c++,java & etc.Please explain me......

Member Avatar for pro_learner
0
92
Member Avatar for pro_learner

I'm a newbie to this forum....but actually i was joined here December 2010.....:P:P.But i couldn't introduced me to you guys.I have started 4 threads here & i got good response for that.Therefore thank you friends,for your kind help.Hmmm.....i like to make some friends here...:):)

Member Avatar for e-papa
0
47
Member Avatar for pro_learner

My SAMSUNG mobile phone has faced to a virus attack(I think).It stucks sometimes.And sometimes it restarts automatically.When i connect it to my laptop & browse it's memory card,it shows a file calls "_UnqiueId.dat".I deleted that file.But when i reconnect the phone to laptop,it shows that file again.I think that file …

Member Avatar for pro_learner
0
206
Member Avatar for pro_learner

I have Windows 7 OS in my HP laptop.I bought it before about 1 year.I still didn't created the recovery discs.Actually i tried to do it.One of my friend who has done it(but in Windows Vista,not in 7),told me that i just need 4-5 DVDs to do that.But when i …

Member Avatar for jlego
2
212

The End.