> -----Original Message----- > From: Craig Cardimon [mailto:[EMAIL PROTECTED]
> I will need to compare strings to ensure that records I am inserting > into our SQL Sever 2000 database are not duplicates of records already > there. why don't you just put a constraint in the relevant tables, and make them UNIQUE, then be sure to handle errors properly in the code. Not a Perl answer but a simple one. -Wayne _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
