#########################################################################
#
# $Id: conn_file_bef.txt,v 1.1 2006/01/14 20:01:28 pkaluski Exp $
# $Name: Stable_0_16 $
#
# $Log: conn_file_bef.txt,v $
# Revision 1.1  2006/01/14 20:01:28  pkaluski
# Adjusted test to new design.
#
#
#
#########################################################################

$dbh = DBI->connect( "DBI:CSV:csv_sep_char=\t;f_dir=t/DiffRpt/dbschema",
                        { RaiseError => 1 }
                       );

