in reply to Character issue when pulling data out of MSSQL using DBI

Thanks for all the help!

It turns out I am an idiot, I was pulling data from two tables both of which had a RecordID column, so when I was binding the columns to my hash the RecordID from table2 was overwriting the one from table1...

  • Comment on Re: Character issue when pulling data out of MSSQL using DBI