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 Rhinorhino 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 jesmor

  1. jesmor

    Syntax error

    Could somebody plase tell me what's wrong in this SQL statment? DROP DATABASE CustomerDB; CREATE DATABASE CustomerDB; CONNECT CustomerDB; CREATE TABLE address (ID int(4) NOT NULL AUTO_INCREMENT PRIMARY KEY, addressLine1 varchar(100) NOT NULL, addressLine2 varchar(100) NULL, city...
  2. jesmor

    Connection problem

    i got it!
  3. jesmor

    Connection problem

    hello, i'm getting this erro message while trying to Connecting To localhost...Could not open a connection to host on port 3306 : Connect failed Could somebody tell me what to do?

Part and Inventory Search

Back
Top