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 Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ch1n0
  • Order by date
  1. ch1n0

    Restore Single Table from MySQL dump

    Can anyone help me out to figure out why Perl script doesn’t work on MySQL v5.0, but works perfectly on MySQL v4.0. The Perl script supposes to restore a single table from mysqldump. Here is the error below: restore_mysql_table: ERROR: Did not find table mysql.products #! /usr/bin/perl -w...
  2. ch1n0

    Best practice design for cisco router, pix, and vpn concentrator

    Hey KiscoKid Thanks for the response. We have a network here that I think is setup incorrectly. But, I'm not a networking guy too for sure say that it is setup incorrectly. Here's our setup: Internet --> Cisco Router (outside)eth00 --> Then Cisco eth01 --> SMC switch --> Pix eth00 and VPN...
  3. ch1n0

    Best practice design for cisco router, pix, and vpn concentrator

    Hello All, What is the best practice in designing and setting up cisco router 2600 series, cisco pix 515, and cisco vpn 3000 series concentrator? My guest is connecting router to pix to vpn.
  4. ch1n0

    Change status to different state

    Sorry for the confusion. The script works, but the problem is it updates all status (0,1,3,4,5) between the two dates. I want to be able to select a delivery status either (0,1,2,3,4,5) from a certain date(s), then change status to (1,2,3,4,5) from those dates. I hope this makes sense...
  5. ch1n0

    Change status to different state

    Hello All, This is my first posting, sorry if my question is vague. I want to be able to choose a delivery status between a certain day(s), and then change the status to a different state. UPDATE tbl_DataRouting SET tbl_DataRouting.lDeliveryStatus = 5 WHERE...

Part and Inventory Search

Back
Top