Code Monkey home page Code Monkey logo

oop-lab-les-8's Introduction

oop-lab-les-8

This project contain exercieses form oop lab leeson 8 about JDBC (Java Database Connectivity)

Download

XAMPP

You can download XAMPP here XAMPP

JDBC

You can download lates here JDBC MySQL Connector

Setup

Before you using this repository you must create databases called db_penjualan and on this database include one table called tabel_penjualan, so we must create it first. Follow intruction bellow to create.

Configure XAMPP

Make sure your xampp was open and MySql and Apache was already Start like bellow

XAMPP Configure

Create Database

create db_penjualan

  CREATE DATABASE db_penjualan;

Crate Table

now you must create tabel_penjualan

CREATE TABLE tabel_penjualan(
    kode VARCHAR(20),
    nama VARCHAR(20),
    harga INT
 );

Install JDBC in NetBeans

one step closer before you run this repository, you must add JDBC which you already downloaded Now open Project navigation on left side of IDE, you can find Libraries directory right click and select Add JAR/Folder...

Add Library

after that you'll meet new dialog, now you find and selected library which you've downloaded before, and lick Open and you just waiting until the library already added

Select Library

Demo

this is the program demo, remember before you run the program make sure your xampp was already start MySQL and Apache and this is the result.

DEMO

oop-lab-les-8's People

Contributors

derysudrajat avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.