CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Jdbc

  1. #1
    Join Date
    May 2012
    Posts
    1

    Jdbc

    Hi All

    i am doing my assign using jdbc to connect with Ms access
    the problem is occuring in gui class.That is i am inserting a record in ms access but the data is not inserted in it.

    the Second problem is that i am using anonymous inner class and i have a Gui form , then how can insert in that form so that it is inserted into database....
    and also tell how can i search the record by id or by name or by age..
    ?

    i have attach my JDBc project below
    and i have only one day left please help me........
    Attached Files Attached Files

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: Jdbc

    Please post the relevant code remembering to use code tags.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured