Determining assigned drives

2004-04-23 Thread Cacialli, Doug
Is there some way to determine assigned drives? I'm thinking something like readdir. By the way, thanks to everyone who responded to my last post re: Win32::ODBC (which as it turned out, wasn't a Win32::ODBC problem at all). I truly appreciate the help! Best, Dou

Win32::ODBC - Where's my data?

2004-04-20 Thread Cacialli, Doug
ow++;" and "print "$Row \n";" prints 878 numbered lines, which is exactly how many observations there are in the table. The problem is this: I get no errors, and "print "$ID => $NAMES{$ID} \n";" does nothing for me. ID does exist as a variable in

Win32:ODBC problem

2004-04-19 Thread Cacialli, Doug
he values aren't being read by print. The Catalog() method isn't the only method I'm having this problem with. I'm running WinXP Pro, ActivePerl 5.8. Any help would be appreciated. Thanks! Doug Cacialli --- Doug Cacialli - Data Manag

Re: Array problem, I think

2002-11-11 Thread Cacialli, Doug
One additional thing: The data exists in an array, where each line of raw data is a scalar string within the array. -Original Message- From: Cacialli, Doug Sent: Monday, November 11, 2002 6:18 PM To: '[EMAIL PROTECTED]' Subject: Array problem, I think Y'all, I'm n

Array problem, I think

2002-11-11 Thread Cacialli, Doug
Y'all, I'm new to programming in perl, and relatively new to programming at all, so I apologize if this is a little hard to follow. I've got oodles of data. It looks like this: 0 @F1@ FAM 1 HUSB @I13@ 1 WIFE @I14@ 1 CHIL @I8@ 0 @F2@ FAM 1 HUSB @I10@ 1 WIFE @I8@ 1 CHIL @I11@ 1 CHIL @I12@ etc. T

how to use 'open'

2002-10-01 Thread Cacialli, Doug
Lo, I apologize if this request is less than coherent. I'm running Win XP Pro using Perl 5.6.1. I'd like to do this: open (ACCESSDB, "| C:\\Documents\ and\ Settings\\Doug\ Cacialli\\Desktop\\TEST DATABASE.mdb") or die "Something is amiss: $! \n"; Which starts Access, and requires the

Win32::SetupSup module problems?

2002-09-30 Thread Cacialli, Doug
Has anybody had any problems with the Win32::SetupSup module?  Specifically, whenever I try to use it, my system crashes.  It's pretty weird.  I'm running WinXP Pro, using the latest ActiveState build of Perl.  And like I said in my last post, this is my first program; I am extremely new to

opening MS ACCESS via the system function

2002-09-30 Thread Cacialli, Doug
Lo, I'm attempting to write a program that will run daily, and perform the following actions: 1. Open a database in MS Access 2002, 2. Execute a program in SAS v8.02 that will, simply put, do a lot of statistical analyses and compare the current database to the backup from the night before to i