Forum: VB.NET Jun 11th, 2009 |
| Replies: 1 Views: 353 I am developing an application an am intrested in having to be able to backup and restore the full SQLServer database from the front end. i have succesfully done the the back up module using the code... |
Forum: VB.NET Jun 2nd, 2009 |
| Replies: 0 Views: 292 I have problem with using reports (Not Crystal report) that came along with MS visual Studio (dot net) Like
1. I can not set the value of a text box from my code which is program code (at run time)... |
Forum: Java Dec 20th, 2008 |
| Replies: 5 Views: 555 Am sorry I may not be of full help now cause am also new i JAVA but let me give you the algorithm that came to my mind on this
import java.util.Stack;
read all the mathimatical equation into a... |
Forum: Java Dec 20th, 2008 |
| Replies: 8 Views: 1,469 Is there any class in java or a package that one can use to manage IP configuration.
I mean i was planing to develop a cafe timing application that allows people to bring in there computer system... |
Forum: Java Dec 19th, 2008 |
| Replies: 13 Views: 963 Have you thought if he was executing the wrong code since there will be two classes. I he said he had problem with classes, now he has two class and one does not have a main method. What would happen... |
Forum: Java Dec 19th, 2008 |
| Replies: 13 Views: 963 the second problem seems to be ok by me
to run the code simply use
javac TestGreeting.java
then
java TestGreeting
it should run with out any problem |
Forum: Java Dec 19th, 2008 |
| Replies: 13 Views: 963 the second problem seems to be ok by me
to run the code simply use
javac TestGreeting.java
then
java TestGreeting
it should run with out any problem |
Forum: Database Design Mar 10th, 2008 |
| Replies: 1 Views: 1,962 I have a poor background in database design. i have only heard of distributed database once now i am meant to write a project on it(managing distributed database system) and also to create a sample... |
Forum: Java Feb 23rd, 2008 |
| Replies: 0 Views: 428 I have the privilege of desiginging a J2ME game but i was tyring to see if it was possible to connect two or more mobile device using bluetooth so that instead of playing aginst the system, the... |
Forum: Java Oct 4th, 2007 |
| Replies: 4 Views: 1,743 hi i have a project to create an Expert System in the medical line the system should calculate Body Mass Index then check for some conditions like Under weight and Over weight and can precise... |
Forum: Java Oct 4th, 2007 |
| Replies: 4 Views: 1,743 am still hoping on some thing, the reason for the project password authentication without data base is to circumvent the security issue of password verifier being stolen on the server which can still... |
Forum: Java Oct 4th, 2007 |
| Replies: 3 Views: 769 am still hoping on some thing, the reason for the project password authentication without data base is to circumvent the security issue of password verifier being stolen on the server which can still... |
Forum: Java Oct 3rd, 2007 |
| Replies: 3 Views: 769 i have a project on password authentication, and i have simulated and already implemented two very secure algorithms but i also need any body who could assist me with developing a password... |
Forum: Java Oct 3rd, 2007 |
| Replies: 4 Views: 1,543 if i where to go by these i'll declear a an object of type JFreame lets call the object form ie
JFrame form;
in all the three class then i'll have a method that have a sructure like the one... |
Forum: Java Oct 3rd, 2007 |
| Replies: 4 Views: 3,891 before you move to the API i guess you need to really get a hold on what an array is, if i may put it in any way an array is just a contiguous memory for similar data types and almost all programming... |