Requête MySQL Swing Applet - Vocabulaire Français-Allemand

Attention, si vous êtes sur Windoze (et Mac?), pour fonctionner cet Applet requiert:
  • Netscape 6.0 ou
  • L'installation des classes java suivantes en local: java.applet.Applet, javax.swing.*, javax.swing.table.*, java.awt.*, java.awt.event.*, java.util.Vector, java.sql.*
    Autre solution: travailler sous Unix ou Linux, là y'a pas de problème...

    Cet applets vous connecte à la table voc (vocabulaire français-allemand)

    You can enter SQL UPDATE expressions in the Update Field, e.g.:

      UPDATE voc SET REM = 'new' WHERE DATE > '2001-01-01'
    

    You can enter SQL QUERY expressions in the Query Field, e.g.:

      SELECT * FROM voc
    

    Here is the table definition:

    Database: voc
    
       ALLEMAND text
       FRANCAIS text
       DATE date 
       ESSAIDATE date
       SCOREDESSAI int
       NESSAIS int
       NOK int
       REM text
       ID int
       
    

    Source: MySqlQuerySwingApplet.java
    fr