RE: [PHP-WIN] error. no database selected problem solved!

2004-10-26 Thread Zareef Ahmed
lto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 7:18 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] error. no database selected problem solved! Thanks for all of your input. I didn't realize that I had to 1st create the database: mysql> create database phonelist; Database "ph

[PHP-WIN] error. no database selected problem solved!

2004-10-26 Thread Patrick Roane
Thanks for all of your input. I didn't realize that I had to 1st create the database: mysql> create database phonelist; Database "phonelist" created. and than follow that up with: mysql> use phonelist Database changed next: mysql> create table table01( id INT(100) PRIMARY KEY, firstNa