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
~2K People Reached
Favorite Tags

8 Posted Topics

Member Avatar for Bigdog_25

On my computer I can do this: Click on "My Computer" then Click on "View System Information" on the System Tasks window then Click on "Hardware" on the System Properties window then Click on "Device Manager" From there you will see Network Adapters listed if you have any. Then if …

Member Avatar for Rayate
0
50
Member Avatar for DoubleShot

I have read all sorts of positive reasons for using the PreparedStatement type in Java when working with SQL. Does anyone know of any reason why you'd ever choose the Statement type instead?

Member Avatar for masijade
0
91
Member Avatar for Babyblues

Well, you are trying to use "number" in your if statement. You do not have number set to any value. Maybe you meant "firstNumber" instead of "number".That should get you going in the right direction

Member Avatar for new_programmer
0
1K
Member Avatar for DoubleShot

I am a software person by profession, though network familiar...I would like to know where I can get information to know how to set up a wireless, secure network for a small business. There is a need for storing/sharing a lot of sensative data and a server is probably going …

Member Avatar for ProgrammersTalk
0
90
Member Avatar for DoubleShot

HELP! I am trying to write a database app with three tables. I have figured out how to connect to my database with oledbconnect. From there I am confused as to how to get a select command to work. I have found plenty of info on selecting data from one …

Member Avatar for Venjense
0
144
Member Avatar for DoubleShot

I am new to javascript. How do I load a text file into my web page? I want to be able to change the file when wanted and then load it into the web page. I thank you all in advance! Thanks

Member Avatar for masijade
0
113
Member Avatar for JoBe

You set tot_int = interest, which sets tot_int to zero and you set eindk = kapitaal, which sets eindk to zero. tot_int and eindk never change to any other value. If you are wanting to print out the value of interest and kapitaal, just replace the tot_int with interest and …

Member Avatar for JoBe
0
199
Member Avatar for kohkohkoh

Variable z and count are never initialized. You should start with int z=0 and int count=0. When you get into the loop, count is an unknown value

Member Avatar for gusano79
0
147

The End.