I've never used FoxPro before, but have to now for a uni assignment. I need to create some tables, using SQL statements, that contain (among other things) fields such as:-
HorseDOB (DD/MM/YYYY)
Odds (4-1, 5-4 etc)
SexOfHorse (M/F)
Result (either 1,2,3,4,U or N)
TimeofRace (HH:MM)
and Winnings (£x,xxx) (could possibly be just a number)
I think I'm right in saying date is as simple as "HorseDOB D" (in the create table command) can anyone help me with the others? or even better point me at some kind of SQL in FoxPro 2.x user guide?
TIA,
Iain
HorseDOB (DD/MM/YYYY)
Odds (4-1, 5-4 etc)
SexOfHorse (M/F)
Result (either 1,2,3,4,U or N)
TimeofRace (HH:MM)
and Winnings (£x,xxx) (could possibly be just a number)
I think I'm right in saying date is as simple as "HorseDOB D" (in the create table command) can anyone help me with the others? or even better point me at some kind of SQL in FoxPro 2.x user guide?
TIA,
Iain