User Profile
Collapse
-
I used this URL. But it is taking as ftp:\username:p assword@servern ame\filepath\fi lename. And giving filenot found exception. saying incorrect path of folder/filename. please reply.... -
How to access shared folder if it asks username password
Can you please help me on this I can access one shared folder (folder is in another mahine) from my machine using java program. But From another server machine while accessing the same folder it asks username & password. How can I access it using program. Please reply as soon as possible.
Thanks -
How to set library path for JNI
Hi Friends,
Can anyone of u pls tell me, How to set library path to run JNI functionality. I am running helloworld.java as,
class HelloWorld {
static {
System.loadLibr ary("HelloWorld ");
}
private native void print();
public static void main(String[] args) {
new HelloWorld().pr int();
}
} ... -
how to store byte array in SQL database
Can anyone please help me how to store byte array in SQL database?
Please give some sample code.
Thanks in advance. -
Hi JosAH, Praveen,
Thanks for your help. previously I used executeQuery. Now I used excuteUpdate. Now the exception is not coming, Thanks a lot.
-Raja Mohammed...Leave a comment:
-
SQLException No ResultSet set was produce
Hi Everyone,
I am gettiing exception while deleting a record,that
java.sql.SQLExc eption: [Microsoft][SQLServer 2000 Driver for JDBC]No ResultSet set was produced.
But the record is deleted successfully. Please help me.
Thanks,
Raja Mohammed -
SQLException No ResultSet set was produced
Hi Everyone,
I gettiing exception while deleting a record,that
java.sql.SQLExc eption: [Microsoft][SQLServer 2000 Driver for JDBC]No ResultSet set was produced.
But the record is deleted successfully. Please help me.
Thanks.
Raja Mohammed -
How to create Java Docs
Hi Everyone,
Please help me . How to create Java Docs of java programs -
Hi,
Thanks a lot. I used the (String.valueOf (num)).length() . Its working....Leave a comment:
-
How to find No. of Digits in a number
Hi every one,
Please tell me How to find No. of Digits in a number using java program? -
How to Commit Sql Queryin JAVA
Hi, I using Oracle Database connection in Java and I run "DELETE" sql query .
In oracle, we will use commit command after every transaction. Please tell me, How can I use commit in Java? Should we commit after every transaction?
No activity results to display
Show More
Leave a comment: