Viewing 15 posts - 16 through 30 (of 204 total)
Hi,
Yes I didn't really understand why someone would need the real tables and joins and extra stuff to replicate a problem that could be described easily with one temp table...
December 24, 2021 at 1:49 pm
Yes, I do not work for any bookmaker, this is code for myself and my Dad who recently got into betting on the horses after winning the Grand National last...
December 23, 2021 at 8:13 pm
Hi Steve,
Sorry your way works, but compared to Jeffs it's a bit more work and I have the record set ready to plop it in the middle of a CTE....
December 23, 2021 at 5:55 pm
Thanks Jeff,
I was hoping you might come along if I mentioned SET BASED in the Title/Tags 🙂
That's exactly what I needed, not too much editing for me, and a clear...
December 23, 2021 at 5:46 pm
Sorry but I don't understand why you need all the huge code of a real tables and indexes and data which would take ages to fill out. Just think of...
December 23, 2021 at 5:31 pm
And also to your last point..
Each horse can run in one or more races. Each race is between one or more Horses on a single course. Right?
Yes of course, but...
December 23, 2021 at 1:10 am
Yes I do I have a RACES table (RacePK, Racedate, Time, CourseFk, NoOfRunners, RaceType and X more), Courses table (CoursePK, CourseName, Country) and RACE_RUNNERS(RunnerPK,HorseName,Jockey,Trainer,Form,FormRating1-5,Speed Rating,OR,hasMaxOR....tons more).... I just tried to...
December 23, 2021 at 1:04 am
I have done all the migrating, the BOT is fully working, just 100 x more code in the JSON version than the SOAP version.
I am current developing it in VS...
May 11, 2021 at 12:12 am
Well I will keep an eye out on that thread for anything that pops up.
That C# code was just one class out of dozens, and just one of the two...
May 9, 2021 at 7:19 pm
Sorry Steve but I am not sure whether I am supposed to glean something from that link you sent me about setting up groups and members or not.
Are you just...
May 8, 2021 at 10:55 pm
Well I am working on a procedural loop design that ensures there is only 20 groups (£2/10p =10p), and that each group has enough but not too many outcomes in...
April 25, 2021 at 1:08 am
Both API's were written in .NET C#.
The Soap Version was very easy to knock up to integrate with their API. You KeepAlive the BOT and when login in you get...
April 24, 2021 at 10:39 pm
Really the accumulator price (total odds=10p stake x N numbers of match outcome odds to be > total stake of £2 and make a 20%-40% profit hopefully) would be used...
April 19, 2021 at 5:14 pm
I like it, just need to stop it at the right place e.g no of accas but all I wanted to see was how to join the CTE up with...
April 18, 2021 at 7:01 pm
So you think MONEY is a bad column for storing MONETARY values and that an INT which stores PENNIES (CENTS in US), is better. Is there a reason for that?
Also,...
April 16, 2021 at 9:17 pm
Viewing 15 posts - 16 through 30 (of 204 total)