Erreur avec Update / sur java et mysql
Fermé
madeinloveyou
Messages postés
61
Date d'inscription
mercredi 6 mai 2009
Statut
Membre
Dernière intervention
22 avril 2010
-
2 juin 2009 à 10:37
madeinloveyou Messages postés 61 Date d'inscription mercredi 6 mai 2009 Statut Membre Dernière intervention 22 avril 2010 - 2 juin 2009 à 10:39
madeinloveyou Messages postés 61 Date d'inscription mercredi 6 mai 2009 Statut Membre Dernière intervention 22 avril 2010 - 2 juin 2009 à 10:39
A voir également:
- Erreur avec Update / sur java et mysql
- Erreur 0x80070643 - Accueil - Windows
- Waptrick java football - Télécharger - Jeux vidéo
- Jeux java itel football - Télécharger - Jeux vidéo
- Java apk - Télécharger - Langages
- Windows update bloqué - Guide
1 réponse
madeinloveyou
Messages postés
61
Date d'inscription
mercredi 6 mai 2009
Statut
Membre
Dernière intervention
22 avril 2010
2 juin 2009 à 10:39
2 juin 2009 à 10:39
Voici les table GENE et HOMOLOGIE :
CREATE table HOMOLOGIE(IDunik Int(6) primary key, UG Varchar(20), GID Varchar(20), IDoligo Varchar(20), score Float(4,1), percent Float(5,2), length Int(8), nbmeralign Int(3));
CREATE table GENE(GI Varchar(20) primary key, GS Varchar(20), GenBank Varchar(20), GENEID Varchar(20), GName Varchar(200), Description Text(2000), Organism Varchar(30));
CREATE table HOMOLOGIE(IDunik Int(6) primary key, UG Varchar(20), GID Varchar(20), IDoligo Varchar(20), score Float(4,1), percent Float(5,2), length Int(8), nbmeralign Int(3));
CREATE table GENE(GI Varchar(20) primary key, GS Varchar(20), GenBank Varchar(20), GENEID Varchar(20), GName Varchar(200), Description Text(2000), Organism Varchar(30));