Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~177 People Reached
Favorite Forums
Favorite Tags
java x 2
Member Avatar for HiTleR83

Im new to java programming. I want to establish a connection to my MS-sql database using java. How do i do it?

Member Avatar for Paladine
0
80
Member Avatar for hakeem46

I wrote a program that was compiled successfully. I wrote another program to use it but it will not see it. I am using JDK 1.4._2 "import java.io.*; import java.sql.*; class RunPM4DataAdmin{ public static void main(String[] arg){ PM4DataAdmin trythis = new PM4DataAdmin(); int requiredSize = trythis.getSize(); System.out.println(requiredSize); } } Trying …

0
97