What driver to use with DBI for access 97

2002-11-07 Thread Chris Benco
nother script. Nothing overly complicated. Chris Benco [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Looking for some Documentation

2002-10-23 Thread Chris Benco
Trying to get a script to read information from an old access 97 database. Just looking for a place to start. Is this going to be a DBI/ODBC issue? or OLE? Just looking for a point in the right direction. Chris Benco [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

syntax problem

2002-10-22 Thread Chris Benco
Fairly new to perl, and even programming in general. When I try to have this program it to a large number of pings (anything over about 200) it times out. There is a built in feature to Net::Telnet::Cisco to change the Timeout value, but I can't seem to get it coded correctly. http://search.cpa

How can I avoid the Undefined reference in a hash value error

2002-10-18 Thread Chris Benco
$Database->CreateDocument('NEW'); $ReportMail->{Form} = 'Memo'; $ReportMail->{Body} = "$Report"; $ReportMail->{SendTo} = "$From"; $ReportMail->{Subject} = "$Subject"; $ReportMail->Save(1, 1); $ReportMa

Hash Reference Problem

2002-10-15 Thread Chris Benco
emo'; $ReportMail->{Body} = "$Report"; $ReportMail->{SendTo} = "$From"; $ReportMail->{Subject} = "$Subject"; $ReportMail->Save(1, 1); $ReportMail->Send(0); foreach (1..3) { my $AllDoc = $Database->AllDocuments or return; my $delete = $AllDoc->GetFirstDocument or return; $delete->Remove(1) or return; } } # Chris Benco [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Program stability issue. New Code..

2002-10-14 Thread Chris Benco
x27;Memo'; $ReportMail->{Body} = "$Report"; $ReportMail->{SendTo} = "$From"; $ReportMail->{Subject} = "$Subject"; $ReportMail->Save(1, 1); $ReportMail->Send(0); clean() } sub clean { foreach (1..3) { my $AllDoc = $Database->AllDocuments or return; my $delete = $AllDoc->GetFirstDocument or return; $delete->Remove(1) or return; } } Chris Benco [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Program Stability Issue

2002-10-11 Thread Chris Benco
t the ability to 'clean' out the mailbox. Chris Benco [EMAIL PROTECTED]

Program Stability Issue

2002-10-11 Thread Chris Benco
ack has been logged"; $Subject = "ACCESS DENIED"; open(BAD, ">>BADPASS.TXT") or goto WAIT; print BAD "\n\nACCESS VIOLATION: \nFrom: $From\nSubject: $Password\nBody:\n\n$Command \n\n " or goto WAIT; close(BAD); print "#" or goto WAIT; goto SENDMAIL; goto WAIT; # Chris Benco Network Administrator Austin Powder Company 216-464-2400 x277 [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OLE Send, need syntax help.

2002-08-13 Thread Chris Benco
Works great now. Thanks Note: $Document->Send(1); # The mail file sent is almost 200k. Probably saving blank space somewhere. $Document->Send(0); # Is nice and small. Chris Benco Chris, You miss a line "$Document->{'Form'} = 'Memo';&quo

OLE Send, need syntax help.

2002-08-13 Thread Chris Benco
l'; $Document->Save(1, 1); All works great, but when I try to add this line to send it.. $Document->Send(1); I get this error. Win32::OLE(0.1502) error 0x80020009: "Exception occurred" in METHOD/PROPERTYGET "Send" at C:\X\1.pl line 14 Can't figure out hw

Re: Desperately Seeking Notes ProgID

2002-08-13 Thread Chris Benco
Thanks, I finally found what I was looking for at 2 places at the same time. Here and on www.perlmonks.com Great site, wish I had found it a month ago. For some reason i had a hell of a time finding out that the ProgID for notes was just "Notes.NotesSession". Thanks for the he

Desperately Seeking Notes ProgID

2002-08-13 Thread Chris Benco
control objects but I can't get anything working without a way to tell Perl which process I'm trying to work with. Just feels like I'm missing something simple here.. Help!! Chris Benco -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Perl, OLE, and Lotus Notes

2002-08-12 Thread Chris Benco
s etc.. just can't find a list of ProgID's. What am I missing here. Chris Benco -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Total newbie. Window handling WIN32

2002-07-26 Thread Chris Benco
How do I send output to a specified window other than the one I run my script from? For that matter how to I specify which window anything happens in other than the window I run my script from? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]