Horse Racing Forum - PaceAdvantage.Com - Horse Racing Message Board

Go Back   Horse Racing Forum - PaceAdvantage.Com - Horse Racing Message Board > Thoroughbred Horse Racing Discussion > Handicapping Software


Reply
 
Thread Tools Rate Thread
Old 11-05-2004, 08:22 PM   #31
Tim
Registered User
 
Join Date: Mar 2001
Location: Hamden, CT
Posts: 104
TLT,

I also use the DRF Formulator CSV extracts. I wouldn’t waste any time trying to write a custom extract program. IMHO it's easier to use the Formulator’s “Export DRF Race Card” function. The extract procedure supports extracting around 50 race cards at a time. (At some point above that there seems to be a buffer or variable size limitation)

As for loading the data into Access, why are you bothering with VB, Why not write the import procedure in Access.

What version of Access are you using?

Tim
Tim is offline   Reply With Quote Reply
Old 11-05-2004, 10:47 PM   #32
thelyingthief
Registered User
 
Join Date: Apr 2004
Posts: 375
tim:

access 2002. automated procedures for reading the files have to be done in vba, don't they? i dont know a lot about macro building, but to my understanding, they won't let me do the kind of looping through many files and assigning them to their proper db. is this correct?

also, im lucky to get five or six cards simultaneously exported using formulator.

Last edited by thelyingthief; 11-05-2004 at 10:48 PM.
thelyingthief is offline   Reply With Quote Reply
Old 11-06-2004, 07:51 AM   #33
sjk
Registered User
 
Join Date: Feb 2003
Posts: 2,105
TLT,

I don't know any way to change the names of files imported by a macro in Access. If renaming the files is part of the process anyway you could use a fixed set of names: T1, T2, ... for your files and set up the macro to import files of those names. You might need to have different macros according to the number of files you need to import.
sjk is offline   Reply With Quote Reply
Old 11-06-2004, 11:09 AM   #34
Tim
Registered User
 
Join Date: Mar 2001
Location: Hamden, CT
Posts: 104
TLT,

A Guess with your DRF Extract limitations: Are you leaving the folder names (either the dates or tracks) selected when trying to export a group of race cards? Do you have at least 256Meg of memory?

Macros: Don’t use them, they are more trouble than they are worth. It’s just as easy to learn how to write code as it is to learn how to write macros.

If you want, I can email you a small (760K) MDB that is set up to import Formulator CSV extracts. Then you can see how it works.

Tim
Tim is offline   Reply With Quote Reply
Old 11-06-2004, 06:45 PM   #35
sjk
Registered User
 
Join Date: Feb 2003
Posts: 2,105
Alternate point of view on Access macros:

I can't imagine anything could be as easy to learn. I have found them to be capable of whatever I needed them to do.
sjk is offline   Reply With Quote Reply
Old 11-08-2004, 11:59 AM   #36
thelyingthief
Registered User
 
Join Date: Apr 2004
Posts: 375
Tim:

Is the coding visible in the mdb? Can I view the module through my VBA IDE? If so, by all means. You can leave me a private message, and I will respond so that you'll have my email address.

Sjk.

I wrote a VBScript that renames the files and moves them to a folder I use as a depository for Import. If you have a macro that will move a file into its proper target, I would like to see it. I can edit my script to sequester files of a specific type (by TrackName, etc.), and use your macro. Could you recommend a book that will instruct me on designing macros?

To both:

I don't know if either of you use DRF files, but they parse into 7 seperate files which I import into tables named after each of the files. From these tables I construct a db that is normalized and keyed. So, whatever method I use to automate import, I would like to continue this strategy if possible.

TLT
thelyingthief is offline   Reply With Quote Reply
Old 11-08-2004, 12:07 PM   #37
thelyingthief
Registered User
 
Join Date: Apr 2004
Posts: 375
Tim:

I forgot to respond to your questions. I have a gig of ram, and no, I dont leave the folder selected. I think part of the problem has been my export to subfolders I added to the export folder path created by formulator. After writing my script I now export everything into Export and from thence into an Import folder, and I can export more files than before. It also seems that I have to select multiple files in a certain order, especially if exporting more than one track name, as I do.

TLT
thelyingthief is offline   Reply With Quote Reply
Old 11-08-2004, 05:18 PM   #38
Marc At DRF
Registered User
 
Join Date: May 2001
Posts: 356
We're looking at Formulator 4.1 enhancements right now, plausibly for a Spring '05 release. One item on the list is making our export files easier to work with, or in any other way improving them.

If you have any improvements in mind, please drop me a note at mattenb@drf.com, and I'll see what we can do to make it easier for you guys to work with these files.
Marc At DRF is offline   Reply With Quote Reply
Old 11-19-2004, 03:37 AM   #39
rrbauer
Both-hands Bettor
 
Join Date: Mar 2002
Location: NASCAR Country
Posts: 4,390
Marc @ DRF wrote:
Quote:
If you have any improvements in mind, please drop me a note at mattenb@drf.com, and I'll see what we can do to make it easier for you guys to work with these files.
Comment:
One request, Marc: If it works, don't fix it!
__________________
Richard Bauer
rrbauer is offline   Reply With Quote Reply
Old 11-19-2004, 10:43 AM   #40
Marc At DRF
Registered User
 
Join Date: May 2001
Posts: 356
two comments in response:

1) There were some issues with our export files pointed out here, and we did just fix them, I believe. Thanks for the heads-up.

2) We can't leave well enough alone. In a conference call yesterday to discuss Formulator 4.1 it was agreed the top priority was making the export files easier to use, easier than anything out there. We'll see if we deliver but that's the idea.
Marc At DRF is offline   Reply With Quote Reply
Old 11-20-2004, 11:14 AM   #41
rrbauer
Both-hands Bettor
 
Join Date: Mar 2002
Location: NASCAR Country
Posts: 4,390
Marc @ DRF wrote:

Quote:
In a conference call yesterday to discuss Formulator 4.1 it was agreed the top priority was making the export files easier to use, easier than anything out there. We'll see if we deliver but that's the idea.
Question: How many customers participated in the conference call?
__________________
Richard Bauer
rrbauer is offline   Reply With Quote Reply
Old 11-22-2004, 11:32 AM   #42
Marc At DRF
Registered User
 
Join Date: May 2001
Posts: 356
Richard,

Zero customers participated in the conference call.

Instead, I continue to consult with a team of beta-testers to ask them how we can improve this product, and I forward these suggestions to our development team. Without the contributions of these testers, it would be difficult to understand how to better Formulator.
Marc At DRF is offline   Reply With Quote Reply
Old 11-22-2004, 08:48 PM   #43
Tom
The Voice of Reason!
 
Tom's Avatar
 
Join Date: Mar 2001
Location: Canandaigua, New york
Posts: 112,922
Wonder if these beta testers also suggested removing the staples for Sim Weekly, so that it fall apart easily. That was a huge improvement in the product.
__________________
Who does the Racing Form Detective like in this one?
Tom is online now   Reply With Quote Reply
Old 12-06-2004, 07:49 PM   #44
Thomason
Registered User
 
Join Date: Nov 2002
Location: Nashville TN
Posts: 84
VB to generate an HTML Report

Jeff P,

On October 25, you made several posts about VB code, including one about using VB to read a past performance file. The snippet you provided worked great. In a subsequent post, you said:

"I used VB to generate an HTML Report to present the data. I use this report for my handicapping on a daily basis."

How do you do that?
__________________
Elvis has left the building.
Thomason is offline   Reply With Quote Reply
Old 12-06-2004, 08:58 PM   #45
Jeff P
Registered User
 
Jeff P's Avatar
 
Join Date: Dec 2001
Location: JCapper Platinum: Kind of like Deep Blue... but for horses.
Posts: 5,296
Thomason,

I'm going out with some friends for a few hours.

I'll post some code samples sometime before this time tomorrow.
__________________
Team JCapper: 2011 PAIHL Regular Season ROI Leader after 15 weeks
www.JCapper.com
Jeff P is offline   Reply With Quote Reply
Reply





Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

» Advertisement
» Current Polls
Which horse do you like most
Powered by vBadvanced CMPS v3.2.3

All times are GMT -4. The time now is 01:55 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 1999 - 2023 -- PaceAdvantage.Com -- All Rights Reserved
We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program
designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.