prabhu kandanur

Greenhorn
+ Follow
since Dec 24, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by prabhu kandanur

Hi all
i have created one jar file(application bundle). it is taking default icon, but i need to change the icon for that jar file
how to change the jar file's icon..
prabhu
19 years ago
Hi can anyone tell/guide
where i can get (free download - evalusion version) best/good Rapid Application Development Tool (IDE) for java application. Just drag and drop components and write code
prabhu
Hi
Can any one help me out :
platform - java (jdk version 117)
I have made one windows enabled application, it is working in windows 95,98 and windows 2000 server but it is not working in windows professional edition (client), when i click the exe application "an error message comes like - Not a valid 32 bit windows application"....
which version of jre i have to use for windows professional edition
advance thanks
prabhu
20 years ago
Hi
Can any one help me out :
platform - java (jdk version 117)
I have made one windows enabled application, it is working in windows 95,98 and windows 2000 server but it is not working in windows professional edition (client)
which version of jre i have to use for windows professional edition
advance thanks
prabhu
20 years ago
Hi All
Can any body refer some sites to quick look in to it:
regarding oracle technical interview
site or question and answers
thanks
prabhu
HI
CAN ANYONE TELL WHY OCCASSIONALLY I GET 'GENERAL ERROR' EXCEPTION IS COMING.
JDK VERSION : JDK117
SQL SERVER VERSION : SQL SERVER 2000
SQL SERVER DRIVER USED
SOME TIMES WHEN I INSERT VALUES INTO DATABASE (NOT EVERY TIME) 'GENERAL ERROR' IS DISPLAYING IN THE EXCEPTION AND THE ROW IS NOT INSERTED
PRABHU :roll:
HI
can any one tell where can i download the jtds.jar files which supports """"""""""""" jdk117 version """"""""""""
prabhu
Hi Can any one help me out
how to connect to sqlserver 2000 thru type 4 driver(java native driver)
i have downloaded the driver from (.jar file) jtds site and added it
into my classpath.
code -
class.forName("Net.sourceforge.jtds.jdbc.Driver")
SourceURl="jdbc:jtds:sqlserver/server:1433/admin;
user="sa"
password=""
Connection con=DriverManager.getConnection(SourceURl,user,password)
---
when i execute the program, "NO SUITABLE DRIVER AVAILABLE" message is printing in the exception
--prabhu
use www.zeroG.com Install Any Where (Version 2.5, 5.5 or 6.) -
very few steps to fellow and make executable bundle ( just you have to bundble all your classes, classpath folder etc and mension your main class thats it) - try it very handy and free
prabhu
20 years ago
Hi all
can any body give some sample example -
how to connect and insert data sql server 2000 database with java pure native driver
prabhu
hi can any one help me
how to do the database replication in sql server 2000
thnks
prabhu
Hi All
Where can i can/download free sample mock test (question and answer) for j2ee
with regds
prabhu
Hi all
can any one list of :
Advantages & Disadvantages of both CMP & BMP
prabhu
Hi All
I have developed a software in Java (jdk117) in PowerJ Tool.
For that I have used free version of jdbc driver for java from Microsoft. Some times "General Error" is coming and the data is not saving in the database. What is the Problem and how to over come from this "General Error".
Advance Thanks
prabhu Kandanur