Java Database
Hello guys. This is a simple Java program to connect it on a database(acess..ODBC).
I wrote this during our midterm exam in my java class.
I hope u like it, u can modify it if you want! =)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
blacklisted
Tue, 01/26/2010 - 08:56
Permalink
reply
natry ko na yung porgram mo..i really appreciated it..gawa ka ng same program,,pero using AWT/Swing naman para mas maapreciate pa..thanks..
ced
Wed, 01/27/2010 - 10:15
Permalink
AWT/SWING
senxa paps.. busy ako masyado heheh convert mo nalang yan at saka sa visual studio nako fucos .net tau :) peu pag meh tyme ako cge gawan kita javax.swing na database program :)
blacklisted
Wed, 01/20/2010 - 16:21
Permalink
boss pahelp nga sa pagconnect
boss pahelp nga sa pagconnect ng database sa JAVA?,access yung database..
yung step by step.
ced
Thu, 01/21/2010 - 13:58
Permalink
boss pahelp nga sa pagconnect
download mo ung codes co my nakalagay dun na read me..
basahin mo un may steps don..
eto nga =)
wahhh parehas tayo 3rdyear heheh peru sa java 2ndyear ako non
depende kung anong OS gamit mo basata sa control panel tayo=)
XP
1.control panel (switch to classic)
2. select the administrative tools
3.click data sources(ODBC)
4. under the user DSN tab click the (add button)
5. select driver [microsoft access driver(*.mdb)]
click finish
6. under the database grupbox click "select" and look for your database click OK then CREATE.
thats it=) sana nakatolong =)
blacklisted
Tue, 01/19/2010 - 14:27
Permalink
anung year ka na bossing?
anung year ka na bossing?
ced
Wed, 01/20/2010 - 13:33
Permalink
year
present 3rd year boss! =) kaw
ced
Wed, 01/20/2010 - 13:33
Permalink
year
present 3rd year boss! =) kaw
blacklisted
Wed, 01/20/2010 - 16:14
Permalink
3rd year din bossing..
3rd year din bossing..
suspect777
Thu, 01/14/2010 - 23:18
Permalink
suggestion
try to use methods in every transactions to make it simple. =)
sir suspect
ced
Wed, 01/20/2010 - 13:31
Permalink
yes yes
actually sir yes u can make metnods in every transaction to make the code clearer
somethng like this.....
/* This Java program will print out a series of lines of text.
The class Two has a main method (where the execution will start)
and several other methods, some of which are called */
public class Two {
public static void beginner() {
System.out.println("This is my starter");
System.out.println("Still in my starter");
}
public static void main(String[] args) { // Starts execution here
System.out.println("A program to exercise the Java tools");
beginner();
another();
System.out.println("Message from main");
another();
}
public static void noway() { // No calls to this one
System.out.println("This will not happen");
}
public static void another() {
System.out.println("I am here"); }
}
....
=) but it was so simple even a new programmer in java can undrstand it =)
anyways, that was my pastime code when i was at first year =) salamat sa suggestion... modify mo kung gusto moh =)
Anonymous (not verified)
Wed, 01/20/2010 - 13:22
Permalink
clean code
its so simple =) methods? dont think so! no need =) hehe
ced
Mon, 01/11/2010 - 15:49
Permalink
tnx
thank you shaik =) hope u like it
Anonymous (not verified)
Thu, 01/07/2010 - 19:12
Permalink
Hi . I'm shaik from chennai.
Hi . I'm shaik from chennai. I saw your program really good.
Add new comment