Search:

Type: Posts; User: hundu

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    2,998

    auto-increment of primary key

    i created a database like this, create table createpincode(id MEDIUMINT NOT NULL AUTO_INCREMENT,serialno char(30) Not NULL, pincode char(30)NOT NULL, type char(30)NOT NULL,primary key(1d));

    ...
  2. Jsp code which will enable to view a single row from the Database

    pls, i need jsp codes that will enable me view a single row from the database
  3. Replies
    0
    Views
    2,292

    Printing a JTable

    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Statement;
    import javax.swing.JTable;
    /*
    * NewJFrame.java
    ...
  4. Replies
    0
    Views
    4,074

    How to printing a Jtable

    I'M having problem on how to print a JTable that retrieves data from the database. ff is my code:
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import...
  5. Re: How to printing a Jtable

    pls, i need codes on how to print a Jtable that retrievs data from the data database
  6. Printing JTable that retrieve data from the Database

    pls, i need codes on how to print a Jtable that retrieves data from the database.
  7. Thread: greeting

    by hundu
    Replies
    2
    Views
    1,383

    greeting

    hello members! MY name is hundu valentine from nigeria benue state.
Results 1 to 7 of 7