2006-12-08

Re: Lets get some discussion going, everyone :).

Originally Posted By: Natengara23@gmail.com
This solution requires you to first set up a database: CREATE DATABASE test; use test CREATE TABLE count ( ip varchar(50), c int ); Then drop the file into your tomcat ROOT and try it out! Good luck everyone, Nathan On 12/8/06, Nathan G wrote: > > Here's a solution to #9.
'''Originally Posted By: Natengara23@gmail.com''' This solution requires you to first set up a database: CREATE DATABASE test; use test CREATE TABLE count ( ip varchar(50), c int ); Then drop the file into your tomcat ROOT and try it out! Good luck everyone, Nathan On 12/8/06, Nathan G wrote: > > Here's a solution to #9.
X