No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: 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 … | |
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? | |
Re: 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 | |
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 … | |
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 … | |
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 | |
Re: 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 … | |
![]() | Re: 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 |
The End.