-
I'm following the manual to set up the program. I've created the server, ran BuildMeAClub and created a club, but when I log into SwimClubMeet I get the error message "qryEvent: Field 'SCHED' not found" Not sure what I'm doing wrong... any help is greatly appreciated! I'm not the most computer savvy and trying to use the program to run our local swim meets. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
As the DATABASE version changed from 1.1.5.1 to 1.1.5.2, a new field called ScheduleDT was added to the table called dbo.Event. I've check my build that creates this table (for version 1.1.5.2) and it is indeed part of the SQL script. This is what I suggest you do.
This pre-release is a 'Universal' BuildMeAClub. It has all the versions of the DATABASE. Including the one you want - 1.1.5.2 Screenshot of v2.0.1.3 with select database version dialogue box Here is a quick link to v2.0.1.3 If this work's for you or it doesn't - please drop another comment . :-) I'll will do a RELEASE version of v2.0.1.3 soon. Currently I'm testing 'SCM_UpdateDatabase' - this will take existing users on any DATABASE version and allow them to upgrade to v1.1.5.3 (this has team events - relays and other goodies) Cheers And thanks for given the app a go - you won't be disappointed. |
Beta Was this translation helpful? Give feedback.
As the DATABASE version changed from 1.1.5.1 to 1.1.5.2, a new field called ScheduleDT was added to the table called dbo.Event. I've check my build that creates this table (for version 1.1.5.2) and it is indeed part of the SQL script. This is what I suggest you do.