Displaying 1 result from an estimated 1 matches for "wlc4404".
Did you mean:
wlc4402
2006 Jun 18
2
Table Relationship for Select option list
...ey (id)
);
The models table will be statically populated like:
insert into mfg_model (id,description,category) values
(''10'',''AIR-WLC4402'',''Switch'');
insert into mfg_model (id,description,category) values
(''11'',''AIR-WLC4404'',''Switch'');
insert into mfg_model (id,description,category) values
(''30'',''AP1020'',''AP'');
insert into mfg_model (id,description,category) values
(''31'',''AP1030'',''AP''...