Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Whats wrong with these indices?

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

  • RE: Calling all Perl junkies!

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

Viewing 2 posts - 1 through 2 (of 2 total)