Search:

Type: Posts; User: muzammil786

Search: Search took 0.08 seconds.

  1. ms -access with idbc ( is not inserting records)

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.sql.*;
    class MSaccess extends JFrame implements ActionListener
    {

    JLabel sno,sname,sadd;
    JTextField t1,t2,t3;...
  2. insert data through gui application (JFrame)

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

    class InsertData extends Frame implements ActionListener

    {
    JLabel sno,sname,sadd;
    JTextField...
  3. Replies
    0
    Views
    1,304

    type -4 refused with oracle

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    C:\Documents and Settings\admin>d:

    D:\>javac SelectTest.java

    D:\>java SelectTest
    java.sql.SQLException:...
  4. Replies
    3
    Views
    1,767

    Re: type-4 driver with jdbc

    SQL> select * from global_name;

    GLOBAL_NAME
    ---------------------------------------------
    ORCL.REGRESS.RDBMS.DEV.US.ORACLE.COM

    how to change name global_name to orcl please give answe..
  5. Replies
    3
    Views
    1,767

    Re: type-4 driver with jdbc

    import java.sql.*;
    public class SelectTest

    {
    public static void main(String [] args) throws Exception
    {
    try
    {

    //register driver and establish the connection
  6. Replies
    3
    Views
    1,767

    type-4 driver with jdbc

    1773


    i have problem in this exception i code exception error
    with type -4
  7. Replies
    11
    Views
    1,838

    Re: ms-acess with jdbc

    i am trying to connect with ms-access it gives run time error class not found if u have videos of ms-access
  8. Replies
    11
    Views
    1,838

    Re: ms-acess with jdbc

    it is present in oracle or java jdk 1.6 please tell
  9. Replies
    11
    Views
    1,838

    Re: ms-acess with jdbc

    how to define please tell to me i am beginner of jdbc please tell to me:-s:
  10. Replies
    11
    Views
    1,838

    Re: ms-acess with jdbc

    please check my message and check it and give the answer as soon as possible... please

    --- Update ---

    class not found
    my sql exception no data found it gives please tell message
  11. Replies
    11
    Views
    1,838

    Re: ms-acess with jdbc

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    C:\Documents and Settings\admin>d:

    D:\>javac SelectTest.java

    D:\>java SelectTest
    Exception in thread "main"...
  12. Replies
    11
    Views
    1,838

    ms-acess with jdbc

    // Access.java
    import java.sql.*;
    public class AccessTest

    {
    public static void main(String [] args) throws Exception
    {
    try
    {
Results 1 to 12 of 13