Canada Golf Courses Database - Canadian is for sale now
Here the fields list which it includes:
1) Name
2) Address
3) City
4) State
5) ZIP/Postal
6) Phone
7) BusCode
8) BusOrRes
9) SolicitFlag
10) Last Name
11) First Name
12) Middle Initial
13) Suffix
14) Secondary Name
15) URL
16) Country
"Last Name","First Name","Middle Initial","Suffix","Secondary Name","URL" fields are extra fields for you.
Structure:
Records: 3.308PHP Code:CREATE TABLE `canada` (
`id` int(11) NOT NULL auto_increment,
`Name` text NOT NULL,
`Address` text NOT NULL,
`City` text NOT NULL,
`State` text NOT NULL,
`ZIP/Postal` text NOT NULL,
`Phone` text NOT NULL,
`BusCode` text NOT NULL,
`BusOrRes` text NOT NULL,
`SolicitFlag` text NOT NULL,
`Last Name` text NOT NULL,
`First Name` text NOT NULL,
`Middle Initial` text NOT NULL,
`Suffix` text NOT NULL,
`Secondary Name` text NOT NULL,
`URL` text NOT NULL,
`Country` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4910 ;
Price: 39$
Regards


