We are trying to read from an MS access database table and write into multiple tables. Both source and destination have memo fields that store tag related data with special characters. We are trying to write a vb.net program using datareader and have not been able to insert the read data into the destination column successfully.
Is there any way to get around this issue. We are at our wits end at this point.

Thanks!!