Search:

Type: Posts; User: nyrodeguzman

Search: Search took 0.07 seconds.

  1. Re: NEED HELP.. PAYROLL SYSTEM CONNECT TO MS ACESS

    Sir.. I run this code in 32 bit .. It works.. My database updates.. My problem is I can't run on 64 bit.. It is compiling but it doesn't update my database.

    --- Update ---

    What should I do?...
  2. NEED HELP.. PAYROLL SYSTEM CONNECT TO MS ACESS

    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.sql.*;
    import java.io.*;

    class Frame1 extends JFrame implements ActionListener {

    ...
Results 1 to 2 of 2