In earlier versions of Microsoft Access, a Binary field displays its values in an ASCII format, and you are able to edit the binary value.
In Access 2000, a Binary field displays its values in a Unicode format. The data appears as odd symbols, and although Access 2000 still allows you to edit the binary value, doing so is not recommended.
Steps to Reproduce Behavior
- Use a version of Access earlier than Access 2000 to create a new database, and then save the database as Db1.mdb.
- In the Db1.mdb file, type the following DDL SQL Syntax into a new query:
CREATE TABLE tblTest (Fld1 Counter, Fld2 Binary);
- Save the query as qryTest, and then run the query.
- Open the tblTest table in Datasheet view, and then in the Fld2 field, type the following:
http://www.microsoft.com
- Close the table and the database.
- In Access 2000, open the Db1.mdb file, and when prompted, click either Convert or Open.
- Open the tblTest table in Datasheet view and note the corrupted appearance of the data in the Fld2 field.