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 Shaun E 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 dbNuge

  1. dbNuge

    Stored Procedure

    first of all, I'm using MySQL 5.1.32 on my Apple Mac with Leopard. give this a try... CREATE TABLE a (aid INT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARCHAR(10)); CREATE TABLE b (bid INT NOT NULL AUTO_INCREMENT PRIMARY KEY, aid INT NOT NULL); DELIMITER // CREATE PROCEDURE testx() BEGIN...

Part and Inventory Search

Back
Top