Compare commits
4 Commits
d8f091dcc3
...
20497f31d3
Author | SHA1 | Date | |
---|---|---|---|
|
20497f31d3 | ||
cd8af9940d | |||
8cf56347ab | |||
5355d36771 |
@ -1,24 +0,0 @@
|
||||
/*
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
|
||||
*/
|
||||
package TEST;
|
||||
|
||||
import acces_aux_donnes.connexionSQL;
|
||||
import java.sql.Connection;
|
||||
import java.sql.ResultSet;
|
||||
import java.sql.Statement;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author emile.lalorcey
|
||||
*/
|
||||
public class test {
|
||||
private Connection connexionTest;
|
||||
private Statement stmt = null;
|
||||
private ResultSet result = null;
|
||||
|
||||
|
||||
connexionTest = connexionSQL.getConnect("10.121.38.196","bdgsb","admin","admin");
|
||||
|
||||
}
|
@ -5,6 +5,7 @@
|
||||
package TEST;
|
||||
|
||||
import acces_aux_donnes.connexionSQL;
|
||||
import acces_aux_donnes.praticienSQL;
|
||||
import java.sql.Connection;
|
||||
|
||||
/**
|
||||
@ -17,12 +18,15 @@ public class testMain {
|
||||
* @param args the command line arguments
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
|
||||
|
||||
Connection connexionTest = connexionSQL.getConnect("10.121.38.196","bdgsb","adminGSB","mdpGSB");
|
||||
//Connection connexionTest = connexionSQL.getConnect("10.121.38.196","bdgsb","adminGSB","mdpGSB");
|
||||
//Elio
|
||||
//Connection connexionTest = connexionSQL.getConnect("10.121.38.75","bdgsb","adminGSB","mdpGSB");
|
||||
//Yann
|
||||
//Connection connexionTest = connexionSQL.getConnect("10.121.38.69","bdgsb","appliGSB","(Uq1XV0Tr01s2H9Z");
|
||||
praticienSQL a =new praticienSQL();
|
||||
a.rechercherPraticien("Didier", "1234");
|
||||
}
|
||||
|
||||
|
||||
|
@ -19,17 +19,17 @@ public class praticienSQL {
|
||||
private ResultSet result = null;
|
||||
|
||||
public praticienSQL() {
|
||||
connexionTest = connexionSQL.getConnect("10.121.38.173","bdmagasin", "adminBDMag", "mdpBDMag");
|
||||
connexionTest = connexionSQL.getConnect("10.121.38.75","bdgsb","adminGSB","mdpGSB");
|
||||
}
|
||||
|
||||
public String[] rechercherPraticien(String login, String mdp) {
|
||||
String[] praticienCherche = new String [2];
|
||||
try {
|
||||
stmt = connexionTest.createStatement();
|
||||
// Accès à la table client
|
||||
result = stmt.executeQuery("SELECT * FROM client WHERE nom='"+login+
|
||||
// Accès à la table
|
||||
result = stmt.executeQuery("SELECT * FROM PRATICIENLOG WHERE id='"+login+
|
||||
"' AND mdp='"+mdp + "';");
|
||||
if (result.next()) { // Le client a été touvé
|
||||
if (result.next()) { // Le praticien a été touvé
|
||||
praticienCherche[0] = result.getString(1);
|
||||
praticienCherche[1] = result.getString(2);
|
||||
|
||||
|
BIN
GSBapplication/src/img/3MYC7.jpg
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
GSBapplication/src/img/ADIMOL9.jpg
Normal file
After Width: | Height: | Size: 194 KiB |
BIN
GSBapplication/src/img/AMOPIL7.jpg
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
GSBapplication/src/img/AMOX45.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
GSBapplication/src/img/AMOXIG12.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
GSBapplication/src/img/APATOUX22.jpg
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
GSBapplication/src/img/BACTIG10.jpg
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
GSBapplication/src/img/BACTIV13.jpg
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
GSBapplication/src/img/BITALV.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
GSBapplication/src/img/CARTION6.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
GSBapplication/src/img/CLAZER6.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
GSBapplication/src/img/DEPRIL9.jpg
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
GSBapplication/src/img/DIMIRTAM6.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
GSBapplication/src/img/DOLRIL7.jpg
Normal file
After Width: | Height: | Size: 163 KiB |
BIN
GSBapplication/src/img/DORNOM8.jpg
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
GSBapplication/src/img/EQUILARX6.jpg
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
GSBapplication/src/img/EVILR7.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
GSBapplication/src/img/INSXT5.jpg
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
GSBapplication/src/img/JOVAI8.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
GSBapplication/src/img/LIDOXY23.jpg
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
GSBapplication/src/img/LITHOR12.jpg
Normal file
After Width: | Height: | Size: 120 KiB |
BIN
GSBapplication/src/img/LogoDetoure_1.gif
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
GSBapplication/src/img/PARMOL16.jpg
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
GSBapplication/src/img/PHYSOI8.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
GSBapplication/src/img/PIRIZ8.jpg
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
GSBapplication/src/img/POMDI20.jpg
Normal file
After Width: | Height: | Size: 552 KiB |
BIN
GSBapplication/src/img/TROXT21.jpg
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
GSBapplication/src/img/TROXT21.png
Normal file
After Width: | Height: | Size: 232 KiB |
BIN
GSBapplication/src/img/TXISOL20.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
GSBapplication/src/img/TXISOL22.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
GSBapplication/src/img/URIEG6.jpg
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
GSBapplication/src/img/logo.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
GSBapplication/src/img/logoGSB.jpg
Normal file
After Width: | Height: | Size: 6.6 KiB |
@ -157,12 +157,12 @@ public class jffConnexion extends javax.swing.JFrame {
|
||||
|
||||
private void jBValiderActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBValiderActionPerformed
|
||||
String identifiant = jTFIdentifiant.getText();
|
||||
String motPasse = jPFmdp.getText();
|
||||
String mdp = String.valueOf(jPFmdp.getPassword());
|
||||
praticienSQL testPraticien = new praticienSQL();
|
||||
|
||||
if (jTFIdentifiant.getText().equals(identifiant) && jPFmdp.getText().equals(motPasse)){
|
||||
System.out.println("Gagner");
|
||||
}
|
||||
String [] lePraticien = testPraticien.rechercherPraticien(identifiant,mdp);
|
||||
if (lePraticien[0] != null){
|
||||
System.out.print("TEST REUSSIE");
|
||||
}
|
||||
}//GEN-LAST:event_jBValiderActionPerformed
|
||||
|
||||
/**
|
||||
|
@ -23,13 +23,30 @@
|
||||
<Layout>
|
||||
<DimensionLayout dim="0">
|
||||
<Group type="103" groupAlignment="0" attributes="0">
|
||||
<EmptySpace min="0" pref="400" max="32767" attributes="0"/>
|
||||
<Group type="102" alignment="1" attributes="0">
|
||||
<EmptySpace pref="344" max="32767" attributes="0"/>
|
||||
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
</DimensionLayout>
|
||||
<DimensionLayout dim="1">
|
||||
<Group type="103" groupAlignment="0" attributes="0">
|
||||
<EmptySpace min="0" pref="300" max="32767" attributes="0"/>
|
||||
<Group type="102" alignment="0" attributes="0">
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace pref="262" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
</DimensionLayout>
|
||||
</Layout>
|
||||
<SubComponents>
|
||||
<Component class="javax.swing.JLabel" name="jLabel1">
|
||||
<Properties>
|
||||
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
||||
<Image iconType="3" name="/img/logodetoure.gif"/>
|
||||
</Property>
|
||||
</Properties>
|
||||
</Component>
|
||||
</SubComponents>
|
||||
</Form>
|
||||
|
@ -26,17 +26,27 @@ public class jffFamilleMedoc extends javax.swing.JFrame {
|
||||
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
|
||||
private void initComponents() {
|
||||
|
||||
jLabel1 = new javax.swing.JLabel();
|
||||
|
||||
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
|
||||
|
||||
jLabel1.setIcon(new javax.swing.ImageIcon(getClass().getResource("/img/logodetoure.gif"))); // NOI18N
|
||||
|
||||
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
|
||||
getContentPane().setLayout(layout);
|
||||
layout.setHorizontalGroup(
|
||||
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||
.addGap(0, 400, Short.MAX_VALUE)
|
||||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
||||
.addContainerGap(344, Short.MAX_VALUE)
|
||||
.addComponent(jLabel1)
|
||||
.addContainerGap())
|
||||
);
|
||||
layout.setVerticalGroup(
|
||||
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||
.addGap(0, 300, Short.MAX_VALUE)
|
||||
.addGroup(layout.createSequentialGroup()
|
||||
.addContainerGap()
|
||||
.addComponent(jLabel1)
|
||||
.addContainerGap(262, Short.MAX_VALUE))
|
||||
);
|
||||
|
||||
pack();
|
||||
@ -78,5 +88,6 @@ public class jffFamilleMedoc extends javax.swing.JFrame {
|
||||
}
|
||||
|
||||
// Variables declaration - do not modify//GEN-BEGIN:variables
|
||||
private javax.swing.JLabel jLabel1;
|
||||
// End of variables declaration//GEN-END:variables
|
||||
}
|
||||
|
@ -26,11 +26,6 @@
|
||||
<Layout>
|
||||
<DimensionLayout dim="0">
|
||||
<Group type="103" groupAlignment="0" attributes="0">
|
||||
<Group type="102" alignment="1" attributes="0">
|
||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||
<Component id="jBpraticien" min="-2" pref="94" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="147" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
<Group type="102" attributes="0">
|
||||
<EmptySpace min="-2" pref="137" max="-2" attributes="0"/>
|
||||
<Component id="jLChoixPro" min="-2" max="-2" attributes="0"/>
|
||||
@ -38,6 +33,11 @@
|
||||
<Component id="jLLogo" min="-2" pref="73" max="-2" attributes="0"/>
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
</Group>
|
||||
<Group type="102" alignment="1" attributes="0">
|
||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||
<Component id="jBpraticien" min="-2" pref="94" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="147" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
<Group type="102" alignment="1" attributes="0">
|
||||
<EmptySpace max="32767" attributes="0"/>
|
||||
<Group type="103" groupAlignment="0" attributes="0">
|
||||
@ -47,7 +47,7 @@
|
||||
</Group>
|
||||
<Group type="102" alignment="1" attributes="0">
|
||||
<Component id="jBvisiteurMedical" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="136" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="137" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
</Group>
|
||||
@ -68,9 +68,9 @@
|
||||
</Group>
|
||||
<EmptySpace min="-2" pref="42" max="-2" attributes="0"/>
|
||||
<Component id="jBpraticien" min="-2" pref="31" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="29" max="-2" attributes="0"/>
|
||||
<EmptySpace type="separate" max="-2" attributes="0"/>
|
||||
<Component id="jBvisiteurMedical" min="-2" pref="31" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="26" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="37" max="-2" attributes="0"/>
|
||||
<Component id="jBquitter" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace pref="60" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
|
@ -65,16 +65,16 @@ public class jffProfession extends javax.swing.JFrame {
|
||||
getContentPane().setLayout(layout);
|
||||
layout.setHorizontalGroup(
|
||||
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
||||
.addGap(0, 0, Short.MAX_VALUE)
|
||||
.addComponent(jBpraticien, javax.swing.GroupLayout.PREFERRED_SIZE, 94, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addGap(147, 147, 147))
|
||||
.addGroup(layout.createSequentialGroup()
|
||||
.addGap(137, 137, 137)
|
||||
.addComponent(jLChoixPro)
|
||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 46, Short.MAX_VALUE)
|
||||
.addComponent(jLLogo, javax.swing.GroupLayout.PREFERRED_SIZE, 73, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addContainerGap())
|
||||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
||||
.addGap(0, 0, Short.MAX_VALUE)
|
||||
.addComponent(jBpraticien, javax.swing.GroupLayout.PREFERRED_SIZE, 94, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addGap(147, 147, 147))
|
||||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
||||
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||
@ -83,7 +83,7 @@ public class jffProfession extends javax.swing.JFrame {
|
||||
.addGap(149, 149, 149))
|
||||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
||||
.addComponent(jBvisiteurMedical)
|
||||
.addGap(136, 136, 136))))
|
||||
.addGap(137, 137, 137))))
|
||||
);
|
||||
layout.setVerticalGroup(
|
||||
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||
@ -97,9 +97,9 @@ public class jffProfession extends javax.swing.JFrame {
|
||||
.addComponent(jLLogo, javax.swing.GroupLayout.PREFERRED_SIZE, 52, javax.swing.GroupLayout.PREFERRED_SIZE)))
|
||||
.addGap(42, 42, 42)
|
||||
.addComponent(jBpraticien, javax.swing.GroupLayout.PREFERRED_SIZE, 31, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addGap(29, 29, 29)
|
||||
.addGap(18, 18, 18)
|
||||
.addComponent(jBvisiteurMedical, javax.swing.GroupLayout.PREFERRED_SIZE, 31, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addGap(26, 26, 26)
|
||||
.addGap(37, 37, 37)
|
||||
.addComponent(jBquitter)
|
||||
.addContainerGap(60, Short.MAX_VALUE))
|
||||
);
|
||||
@ -108,7 +108,8 @@ public class jffProfession extends javax.swing.JFrame {
|
||||
}// </editor-fold>//GEN-END:initComponents
|
||||
|
||||
private void jBpraticienActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBpraticienActionPerformed
|
||||
new jffConnexion(0).setVisible(true);
|
||||
new jffConnexion(0).setVisible(true);
|
||||
this.setVisible(false);
|
||||
}//GEN-LAST:event_jBpraticienActionPerformed
|
||||
|
||||
private void jBquitterActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBquitterActionPerformed
|
||||
@ -117,6 +118,7 @@ public class jffProfession extends javax.swing.JFrame {
|
||||
|
||||
private void jBvisiteurMedicalActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBvisiteurMedicalActionPerformed
|
||||
new jffConnexion(1).setVisible(true);
|
||||
this.setVisible(false);
|
||||
}//GEN-LAST:event_jBvisiteurMedicalActionPerformed
|
||||
|
||||
/**
|
||||
|