Celebrities › Re: E-money And His Five Star Crew Spotted At An Occasion by epospiky(m): 10:48pm On Jan 10, 2016 |
Wicked...shey na money? We go make am. |
Programming › Re: How Can I Search A Record In SQL Database? by epospiky(op): 9:30pm On Jan 10, 2016 |
laykhorn: busy right now. I'll do in a few hours... If I dont by 6 today, remind me. My Laptop and Tab arent available here Just want to remind you...kind of. |
Romance › Re: What A Touching Chat by epospiky(op): 9:17pm On Jan 10, 2016 |
sauceTDA: Wots touching about this? I guess you have similar heart with this fellow then JeffreyJamez:
.......maybe my heart is made of Stone after all |
Romance › Re: What A Touching Chat by epospiky(op): 9:13pm On Jan 10, 2016 |
frakdon: bros, I know who that your friend is... Who is it then? |
Programming › Re: How Can I Search A Record In SQL Database? by epospiky(op): 10:55am On Jan 10, 2016 |
laykhorn: Can I have a look at your code? You might have a bug somewhere.
Paste on pastebin.co,m its better there. it's done. take a look at it [url="pastebin.com/rNrBD64K"]here[/url] |
Romance › Re: What A Touching Chat by epospiky(op): 10:22am On Jan 10, 2016 |
and then...these
|
Romance › Re: What A Touching Chat by epospiky(op): 10:19am On Jan 10, 2016 |
and some more
|
Romance › Re: What A Touching Chat by epospiky(op): 10:18am On Jan 10, 2016 |
some more shots
|
Romance › Re: What A Touching Chat by epospiky(op): 10:16am On Jan 10, 2016 |
iceberylin: It's not new..... ok...but it is to me, actually |
Romance › Re: What A Touching Chat by epospiky(op): 10:15am On Jan 10, 2016 |
more screenshots
|
Romance › What A Touching Chat by epospiky(op): 10:12am On Jan 10, 2016 |
I came across this on Facebook. A friend of mine posted it and it really touched me after i read it. I feel more for the guy who is left with so much hurt and broken-heart. I thought i would be nice to share it with you guys here. View the pictures of the chat below.
|
Programming › Re: How Can I Search A Record In SQL Database? by epospiky(op): 10:30pm On Jan 09, 2016 |
proxy20: I made some adjustments . I think you have to create a separate class like select.java . Ok...waiting to see how it goes. Thanks dude. |
Programming › Re: How Can I Search A Record In SQL Database? by epospiky(op): 10:26pm On Jan 09, 2016 |
laykhorn: First, in the structure of your database while creating it, make an [b] id e.g. in the case of Facebook or username in the case of NL and most sites, you must have a parameter that has an index of PRIMARY which means the value of this input can only be taken on one table row and no other i.e. only one person can use such username or id.
You can query such column after selecting database and connecting to it with select queries like the below
"SELECT * FROM users WHERE id = ?", id
" SELECT * FROM users WHERE username = ?", username
NB: users was used as name of db id and usernames after comma is how you'll retrieve your cars from db e.g. $_POST or $_REQUEST in PHP[/b] I used the code in a button but it didn't work for me. It didn't even output anything. When i click on the search button it does nothing as if i never declared it. |
Programming › Re: How Can I Search A Record In SQL Database? by epospiky(op): 6:46pm On Jan 09, 2016 |
proxy20: Exactly you need create a class for the method
SELECT * FROM Male
SELECT * FROM ID1.Name
SELECT * FROM Faith WHERE AGE =19
will select one output from you database . The ID number or SN is very important in database management .
I think you need to connect your database through local host since you can't put it in in the package explorer by creating a directory and import the db . I don't know if that is possible .
put the zip file of your codes for me to download here on nairaland Here it is. |
Programming › Re: How Can I Search A Record In SQL Database? by epospiky(op): 6:29pm On Jan 09, 2016 |
ok i'll do just that. Just give me a moment. |
Programming › Re: How Can I Search A Record In SQL Database? by epospiky(op): 9:12am On Jan 09, 2016 |
proxy20: www.java2s.com/Code/Java/Database-SQL-JDBC/JDBCselect.htm
For example if your are asked to find the male or female students use a query to search like
SELECT Male, female FROM Students
don't forget to know the format of your db and remember to use import SQL . www.tutorialspoint.com/jdbc/jdbc-select-records.htm Thanks. From my understanding of what you posted, it seems i am to create a class with the "select" method and the output of the operation is going to be more than one record. I would rather it's just a single output with a particular key query. How about that? |
Programming › How Can I Search A Record In SQL Database? by epospiky(op): 12:37pm On Jan 08, 2016 |
Hi. I am currently learning how to create database in java using SQL. I have successfully implemented commands like add new record, delete new record, update new record, next record, previous record, first record and last record. I am now looking forward to creating a search command in the database but i'm lost on how to go about it. The code is actually my concern. Please anyone with an idea should help me out. |
Celebrities › Re: Alex Ekubo's Gift To Desmond Elliot by epospiky(m): 6:24pm On Jan 01, 2016 |
confirm! |
Phones › Re: [pic] Can You Buy The Blackberry Priv For ₦225,000 by epospiky(m): 6:15pm On Jan 01, 2016 |
shey the phone dey see future? |
Celebrities › Re: When Flavour Sees Miss World 2015 Coming Out (Photo) by epospiky(m): 2:56pm On Dec 20, 2015 |
Specialbaby: The blame goes to those girls who despite knowing how naughty he is gave in to his advances.
He is such a disgrace! You sound as though he refused to succumb to your advances, rather...tho! |
Investment › Re: Commonwealth Trust Early Bird Plan;take Action Now! by epospiky(m): 11:22pm On Dec 16, 2015 |
epospiky@gmail.com |
Business › Re: How To Make Serious Income Online With CPA by epospiky(m): 6:23pm On Dec 06, 2015 |
Ride on dude. I'm fully following. |
Programming › Re: Help! Double Data Type In Java Is Rounding Off My Result To .00 by epospiky(op): 8:53pm On Nov 27, 2015 |
danvery2k6: So Java does this thing called implicit type casting. When you try to perform arithmetic between another type and an Integer, the other type gets converted to an integer. its better you would have multiplied by doubles, say 2.0, 3.0, etc. uhmmm...i don't think there will be a problem if multiply them by integers(say 2,3 e.t.c). All datas entered are in integer data type except the result which of course i expect to be in double data type. |
Programming › Re: Help! Double Data Type In Java Is Rounding Off My Result To .00 by epospiky(op): 8:29pm On Nov 27, 2015 |
danvery2k6: In addition to what the poster above me said, why are multiplying with integers? yeah, i am multiplying the integers by those numbers in order to have specific values which i didn't declare at the beginning. Each data when entered is multiplied by the value of the textfield kinda. |
Programming › Re: Help! Double Data Type In Java Is Rounding Off My Result To .00 by epospiky(op): 8:25pm On Nov 27, 2015 |
omohayek: Your error is in using '/' to divide by 19, as in Java this will give a rounded result. Change 19 to 19.0 to force it to be a double. Thanks bro. It really worked. But there is another problem. It is giving me too many long numbers after the decimal point. I want it to round off the number to exactly two decimal places. How can i achieve that? |
Programming › Re: Help! Double Data Type In Java Is Rounding Off My Result To .00 by epospiky(op): 7:44pm On Nov 25, 2015 |
sunnico: i think the issue is with ur data1,data2..., did u define them as an integer type, if yes u can either change thier data type to double or use a cast operator i.e double setResult = double((data1*2)+(data2*3)+(data3*3)+(dat4*2)+(data5*2))/19;
*note public is used to reference variables outside the class not inside it, from the little i know yeah i defined them as integers kind of. I couldn't get string value directly from the textfield so i converted them from string to integer using Integer.parseInteger(). This is how i actually declared the result to be public double setResult { (return (data1*2)+(data2*3)+(data3*3)+(dat4*2)+(data5**3))/19} |
Programming › Re: Help! Double Data Type In Java Is Rounding Off My Result To .00 by epospiky(op): 12:30pm On Nov 25, 2015 |
sunnico: Can u post your code also I am not with my pc right now. I will post the full code later in the evening if need be. Here is how i declared the method to be kind of. poblic double setResult = ((data1*2)+(data2*3)+(data3*3)+(dat4*2)+(data5*2)/19 |
|
Programming › Help! Double Data Type In Java Is Rounding Off My Result To .00 by epospiky(op): 12:12pm On Nov 25, 2015 |
I tried writing a simple program which can calculate a couple of numbers entered. The result works fine only that that data type (double) which i declared the result to be in gives me a .00 value instead of maybe a .45 value or .86 value. It automatically rounds off the value which is kinda annoying. Anyone in the house who has an idea on this should help me out please. |
|
|
Phones › Re: Nigeria Now Has 146 Million Active Phone Lines – NCC by epospiky(m): 5:04pm On Jul 12, 2015 |
wait...that's all. |