Chris Soong

Greenhorn
+ Follow
since Sep 23, 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 Chris Soong

I need help converting bmp images into hex values, which will be primarily used for creating picture messages for Nokia phones.
Thanks in advance.
19 years ago
Can somebody please post the code as to connect JDBC to MS SQL Server? I know how to connect JDBC to MS Access but I need to connect to MS SQL Server instead.
Any help would be greatly appreciated.
Thanks guys, your advice really helps alot. At least now I know where to start first.
What is the target date to have the project finished?
Target date is 30th of September.
You can't have a shell of a database, you must design it to account for all the user requirements, now, otherwise you'll have a design and implementation mess in the future.
I'm not really worried about the future of this system, just need to show it for the time being.
MS-Access
When did you commit to having it done?
A month ago
Do you have a database with information already? (Or, does it need to be developed/designed?) What database are you going to use?
Information can be added later. Just need the shell of the database. SQL is the preferred choice.
What platform are you going to run this application on?
Windows
What tools do you have to develop the application code?
I currently have netbeans and realj.
I need help in developing a java application. I'm supposed to develop a management system for a country club as an assignment. This system should include the usual add/delete/update functions for member's information. A booking module should also be included, to enable members to book their favourite sporting facilities online. This will be linked to the member's account in the database.
The problem is, I don't know where to start and I've only got a few days to complete it. Is it very difficult to do?