RE: :ODBC

2005-09-28 Thread Ken Barker
Sent this too early sorry. The error was: $sth0->$dbh1->prepare($sql0); the correction is: $sth0=$dbh1->prepare($sql0); Syntax is kicking my butt today. No matter how long I stare at it - the more I oversee it. Thanks all. Ken Ken Barker IT Lead Americall Group, Inc 314-213-7927 [EMAIL P

DBI::ODBC

2005-09-28 Thread Ken Barker
Gurus I am use DBI and DBD::ODBC and have written many scripts with no errors. I am working on a new script that will do a simple update and I get the following error: Can't locate auto/DBI/db=HASH(0x19cc018).al in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at step01a.pl line 135 H

RE: managing Windows Scheduler

2005-09-28 Thread JKahn
If you need command line control of the Task Scheduler take a look (Google) at schtasks.exe. "Brian Raven" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/28/2005 06:51 AM To cc Subject RE: managing Windows Scheduler [EMAIL PROTECTED] wrote: > Hi, > You can manage the ta

RE: managing Windows Scheduler

2005-09-28 Thread Brian Raven
[EMAIL PROTECTED] wrote: > Hi, > You can manage the task scheduler from command line, look for "at". > "at /?" prints a short help. That's very true. Also, I noticed in the OLE browser that there is a "Scheduler 1.0 Type Library". However, without any documentation I wouldn't fancy trying to work

Re: managing Windows Scheduler

2005-09-28 Thread Ulf Lowig
Try this one. http://taskscheduler.sourceforge.net/ ppm install that works. /Ulf At 11:37 2005-09-28, [EMAIL PROTECTED] wrote: Hi, You can manage the task scheduler from command line, look for "at". "at /?" prints a short help. Bye Torsten "Foo Ji-Haw" <[EMAIL PROT

Re: managing Windows Scheduler

2005-09-28 Thread Torsten . Werner
Hi, You can manage the task scheduler from command line, look for "at". "at /?" prints a short help. Bye Torsten "Foo Ji-Haw