What driver to use with DBI for access 97

2002-11-07 Thread Chris Benco
. 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

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.

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

2002-10-18 Thread Chris Benco
= $Database-AllDocuments or next; my $delete = $AllDoc-GetFirstDocument or next; $delete-Remove(1) or next; Chris Benco Network Administrator Austin Powder Company 216-464-2400 x277 [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL

Hash Reference Problem

2002-10-15 Thread Chris Benco
; $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
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

2002-10-11 Thread Chris Benco
; # 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: Program Stability Issue

2002-10-11 Thread Chris Benco
. Chris Benco [EMAIL PROTECTED] James Edward Gray

Desperately Seeking Notes ProgID

2002-08-13 Thread Chris Benco
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]

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 help. Chris

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'; ,and setup the parameter is a string

Perl, OLE, and Lotus Notes

2002-08-12 Thread Chris Benco
.. 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]