Hi
i want to use MYSQl code in my java program using JDBC. As far as I know I have to connect mysql and j2se in order to use mysql codes and accounts in my java program but i don't know how to connect them.
[note: i have downloaded mysql-connector-java-[version].zip]
thanks for your helps befor
Negar
User Profile
Collapse
-
Urgent help with connecing J2SE and MYSQL Connector/J
-
how to make an acess point with DSL modem?
Hi:
i have a ADSL modem 128kbps, and i want to know if i can connect a wireless card to it, and so make this an acess point for the other pc and laptops in my home? is it possible? then how?
thanks before -
well i do what my professor want me to do!!
any way thaks alot for your help.
best regards.. -
well you mean i have to download JCurses library?,i need this fucction to write a project and what if my professor didn't have this library...? my project will run wrongly on his pc?
isn't any other way? there is no such function in J2SE?
best regards.Leave a comment:
-
I hope get what you meant corretly, this time....!
yes, it should control character based console!
thanks....Leave a comment:
-
-
help with "goto(x,y)" in java...
Hi :
i want an emergent help,I want to know if there is a function in
Java Programming which act the same as function "goto(x,y) " in C Programming!!!
( Hint: goto(x,y) ,takes to parameters X and Y which are coordinates of cursor, and put the cursor in that coordinates in the (output) screen! X for longitude and Y for latitude.) -
well how can i do that ,in the above programs if i don't write the line:
Code:public static final SIZE 72;
if i create a random access file without ristriction,whi le using the program and updating a record( for example add some information to the record)doesn't it distibute the date of th next record?
and in this condition how can i access to a record (because now i don't know howmany bytesi...Leave a comment:
-
well, i'v read some where that for creating a random access file we should spesify an exact size for every record which we want to keep.
for example if we want to create a file which can take 100 record and every record will occure 32 byte (at maximom size),we should give this size(32 byte) to the program.it means after finishing the program we can't have a record with size of 42 byte.
now my question is : is it any way that we can...Leave a comment:
-
random access file!
hi: how can get various size to a random access file progarm .
i mean i have read that we should give a costant size tu constructor ,is it ture? -
ObjectInput Stream & objectOutputStream
hi:
i have a program which should read and werite on a file but after the first time it writeon the file it can read te records.but other times it write on the file but just read the records which has written first time. here is my programs:
[CODE=java]
import java.io.FileOut putStream;
import java.io.IOExcep tion;
import java.io.ObjectO utputStream;
import java.util.NoSuc hElementExcepti on;
import java.util.Scann er;... -
please let me tell you what i understand from this way:
we know that to convert every character to an integer we have to subtract 48 from that character and because charachter 0 is equal to -48 you do that to convert a & b into integers!!!!
thank you very much
iwill write code of this program right away and send this to know your what you think about that...:)Leave a comment:
-
let me describe from the begining as my professor want:
i have to get two array of 40-digit number(num1 & num2),then convert these two into strings of 40-digit number( array---->string) and then do add and subtract on these two strings.
( NOTE: what not to do : i shouldn't convert every digit(character in strings) into integer and i have do some kind of character add or character subtract on them).
and i have no sugesstion...Leave a comment:
-
well i thought i can add each digit(character ) of the string1 and string2 with eachother and put it in the same position of the third string as shown below:
Code:int[] a1=new int[40]; int[] a2=new int[40]; int[] a3=new int[40]; ..... a3[0]=a1[0]+a2[0];
but my professor didn't accept...Leave a comment:
-
how to solve problem"Huge Integer Class"?
the problem is:
Create a class HugeInteger which use 40-element array of digits to store integers as larg as 40 digits each.Provide methods input, output, add, subtract
how to add to arrays ? -
how to clear screan!?
hi: any one knows how i can clear my screan in Java (im beginner).
please tell me all information such az which package should i import and which class should i use!? -
i have public method and i want to make a private array in it.but when i write:
Code:public void getnumber(){ private int[][] array=new int[3][3]; ............}
finaly i wrote this code out of the method and in the begining of my class!!Leave a comment:
-
a private Array:
hi:im beginner in Java and have learned C before.Now i have to write a
"Tic Tac Toe "game and completely confused what to do in Java and classes and Methods and so on!!!!
one of my problems i this program is:
i have to write a private 3-by-3 two-dimentional array but i have some Compiler Error when write:
private int array[][]=new int[3][3];
whats the problem. -
well,maybe some one like me learned C before and now have to write a program in Jvava(language which didn't learn Before!)well,th at software would help me so much.
i know that there is sth like this........Leave a comment:
No activity results to display
Show More
Leave a comment: