Viewing 2 posts - 1 through 2 (of 2 total)
I goofed. I copied incorrect data into my post by mistake. The point of the question is/was that the two indices on a table refer to the same...
December 15, 2003 at 1:25 pm
#486254
The errors collection work fine for me. Here is something I cobbled together from a larger program.
Cliff
use strict;
use Win32::OLE::Const ('Microsoft ActiveX Data Objects');
use Win32::OLE;
my( $rc, $conn, $rs, $err);
my $connstr...
January 1, 2003 at 3:30 pm
#445407