.Page.ProcessRequestMain() +731
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Dominique Plante - dplante AT pacbell dot net
Agile Developer for Hire - San Francisco Bay Area
http://www.binaryshift.com
-Founder
I hope you can answer the following question. I am
wondering how to create a table with a column named
key. I have RTFMed and that didn't help. I'm using
3.23.47-max-debug.
The following fails (after selecting a database):
mysql> create table test (key varchar(255), value
varchar(255));
Wit