Powerbasic Museum 2020-B

General Category => General Discussion => Topic started by: Guy Fournier on October 16, 2011, 01:39:47 AM

Title: Task Scheduler 1.0
Post by: Guy Fournier on October 16, 2011, 01:39:47 AM
Hi,

I never used Task Scheduler 1.0, someone have a simple code (example) how to use it ???

Thank you for you help
Title: Re: Task Scheduler 1.0
Post by: José Roca on October 16, 2011, 02:10:11 AM
I posted wrappers and examples in the PB forum in 2005:
http://www.powerbasic.com/support/pbforums/showthread.php?t=21275&highlight=task+scheduler

Later Microsoft broke the Task Scheduler in XP after installing security update 841873, and later make a hot fix available. See: http://support.microsoft.com/kb/904423/en-us

At that time I no longer was using XP, so I could not update them to the new compilers and headers. Vista/Windows 7 use a different and incompatible Task Scheduler.
Title: Re: Task Scheduler 1.0
Post by: Guy Fournier on October 19, 2011, 12:21:18 AM
Hi José,

It's always the same problem with windows, the compatibility is not the same for every version!

Too bad, I'm seaching a way to start a sql odbc/ado connection (like a scheduler) for xp, 2003, 2008, vista and 7

someone have a idea ?

Thank you for your help

Guy