Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: How to run Applet with Ms Sql connectivity in browser

  1. #1
    Junior Member
    Join Date
    Nov 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to run Applet with Ms Sql connectivity in browser

    I have made MS SQL connectivity in APPLET code using JFRAME. When i'm running it in NETBEANS IDE, the program is running successfully, data from the DB is shown on the JFRAME. The problem arises when i'm ruuning that applet in my browser only the JFRAME is shown, data from the DB is not shown. I have placed the MS-SQL Drivers in the same directory where the applet code is.
    I don't know why it is happening.
    Please suggest some solution of this problem.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How to run Applet with Ms Sql connectivity in browser

    This thread has been cross posted here:

    http://www.java-forums.org/java-applets/51599-how-run-applet-ms-sql-connectivity-browser.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting


Similar Threads

  1. HELP! My applet won't run on a web browser....
    By coolidge in forum Java Applets
    Replies: 4
    Last Post: October 21st, 2011, 08:52 AM
  2. webservice connectivity?????
    By rachana in forum Java ME (Mobile Edition)
    Replies: 0
    Last Post: February 3rd, 2011, 08:52 AM
  3. Replies: 10
    Last Post: January 12th, 2011, 05:48 AM
  4. How to check internet connectivity?
    By ankurgupta in forum Java Networking
    Replies: 2
    Last Post: December 22nd, 2010, 12:36 PM
  5. Help regarding JDBC connectivity in JSP
    By Lovable_Kumar in forum JDBC & Databases
    Replies: 0
    Last Post: May 30th, 2010, 11:53 AM