At 10:36 AM 8/3/2004, you wrote:
>I am reading an excel file into a table.  There is a field in the table for # of datapoints that I need to get from counting the records in another table that match the test number.  Tables are
>
>tblPlan
>strTestNo
>intDpCount
>
>tblDatapoints
>intDatapointID
>strTestNo
>
>so I need to read through tblDatapoints and get the count of the datapoints that match that test number and update tblPlan with that number.  I could easily write a CF page but I need this done daily and our hoster hasn't gotten the scheduled task working.  Is there any way I can do this with a stored procedure?
>
>Lori

You need something to kick this off on a daily basis? You could always use the NT scheduler or another program to automatically open Explorer and hit the URL to do the updating.....it's just like the scheduler, only the process is kicked off remotely on a client machine rather than the server.

--
Alex
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to