Notifications
Retirer tout
Programmation
0
Posts
1
Utilisateurs
0
Reactions
69
Vu
0
mar 5 septembre 2023 11 h 27 min
Début du sujet
Bonjour,
il existe dans une table 20 colonnes que l’on voudrait pouvoir traiter dans un programme comme un tableau :
Counter_01 NUM(18,2) DEFAULT NULL,
Counter_02 NUM(18,2) DEFAULT NULL,
Counter_03 NUM(18,2) DEFAULT NULL,
Counter_04 NUM(18,2) DEFAULT NULL,
Counter_05 NUM(18,2) DEFAULT NULL,
Counter_06 NUM(18,2) DEFAULT NULL,
Counter_07 NUM(18,2) DEFAULT NULL,
Counter_08 NUM(18,2) DEFAULT NULL,
Counter_09 NUM(18,2) DEFAULT NULL,
Counter_10 NUM(18,2) DEFAULT NULL,
Counter_11 NUM(18,2) DEFAULT NULL,
Counter_12 NUM(18,2) DEFAULT NULL,
Counter_13 NUM(18,2) DEFAULT NULL,
Counter_14 NUM(18,2) DEFAULT NULL,
Counter_15 NUM(18,2) DEFAULT NULL,
Counter_16 NUM(18,2) DEFAULT NULL,
Counter_17 NUM(18,2) DEFAULT NULL,
Counter_18 NUM(18,2) DEFAULT NULL,
Counter_19 NUM(18,2) DEFAULT NULL,
Counter_20 NUM(18,2) DEFAULT NULL, ...
Comment faire pour accéder à chaque zone à partir d’un indice, pour la lire ou la modifier ?