Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Antonov

  1. Antonov

    Trigger does not work properly

    Hello ! I have very simple SQL script. create table T1( ID integer DEFAULT 1, Name varchar(20), primary key(ID) )# create table T2( ID integer DEFAULT 1, Name varchar(20) )# CREATE TRIGGER InsT1 AFTER INSERT ON T1 ORDER 1 FOR EACH ROW INSERT INTO T2 VALUES(NEW.ID,NEW.Name);# CREATE TRIGGER...
  2. Antonov

    Simple Router Question

    Is every subnetted network require to connect to the router or switch then router? For example, I have 6 subnet network ids. Each ids is given to 6 differentclassrooms. In order to share internet access, does the classrooms have to connect to the router directly or connect to the router via a...
  3. Antonov

    Is Fiber Optics required for this network configuration?

    I have two networks in 2 different buildings. The distance between these two buildings is about 250 metres. Do I need to use Fiber Optics to link these 2 networks together? or Should I use a repeater and a UTP Cat 5 to link them together? 1 more question: Do i need a bridge as well? Any advice...

Part and Inventory Search

Back
Top